Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-06-29 15:21:33 +00:00
parent 9f0537145d
commit 9b134ac4e8

View file

@ -1,3 +1,12 @@
2011-06-29 15:21 David Chisnall <theraven@gna.org>
* libs/base/trunk/Headers/Foundation/NSNotification.h,
libs/base/trunk/Headers/Foundation/NSZone.h,
libs/base/trunk/Headers/GNUstepBase/preface.h.in,
libs/base/trunk/Tools/make_strings/make_strings.m: More ARC
fixes. We don't want to be using __strong void* in ARC mode (it
only makes sense in GC mode and is invalid in ARC mode).
2011-06-29 13:13 David Chisnall <theraven@gna.org>
* libs/base/trunk/Source/NSObject.m: Add support to NSObject for