Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33663 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-07-31 16:19:41 +00:00
parent 9ddf3e0320
commit 0ccd438c1a

View file

@ -1,3 +1,15 @@
2011-07-31 16:19 David Chisnall <theraven@gna.org>
* libs/base/trunk/Headers/Foundation/NSObject.h: Remove the
duplicate definition of the NSObject protocol methods in the
NSObject class (redundant since they are implicitly added by the
class adopting
the protocol, and stupid because there was already one
copy-and-paste error
where they differed slightly). Also replaced all of the
references to
nonexistent documentation with actual documentation.
2011-07-31 15:31 David Chisnall <theraven@gna.org>
* libs/base/trunk/Headers/Foundation/NSAutoreleasePool.h,