From c292bcb96a520ab5d824a835e250cf2ec8ecf80e Mon Sep 17 00:00:00 2001 From: theraven Date: Sat, 28 May 2011 12:51:06 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33166 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c05f463ed..db4059a97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-28 12:49 David Chisnall + + * libs/base/trunk/Source/NSNotificationCenter.m: + __weak is only allowed on ivars and globals, so we need to turn the + Observation structure into a class. + 2011-05-28 Niels Grewe * Source/NSObject.m: Disable atomic ops detection for the time being.