From 376e0872aa0c7bf30066a46df1aea5e860face14 Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 23 Apr 2012 12:47:19 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35106 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index d95eb1321..bc5319835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-04-23 12:47 theraven + + * libs/base/trunk/Source/NSAutoreleasePool.m, + libs/base/trunk/Tests/base/NSAutoreleasePool/autorelease_eh.m: + Fix a bug in the new autorelease pool implementation when pools + are destroyed in the wrong order. + + Test cast by Chris Armstrong! + 2012-04-22 Riccardo Mottola * Source/GSString.m