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
This commit is contained in:
David Chisnall 2011-05-28 12:51:06 +00:00
parent 50e06b7cca
commit 55a3a9e805

View file

@ -1,3 +1,9 @@
2011-05-28 12:49 David Chisnall <theraven@gna.org>
* 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 <niels.grewe@halbordnung.de>
* Source/NSObject.m: Disable atomic ops detection for the time being.