Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33714 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-08-09 08:44:06 +00:00
parent 11817ed00a
commit b3259b9c40

View file

@ -1,3 +1,11 @@
2011-08-09 08:43 theraven
* libs/base/trunk/Source/NSConcreteHashTable.m,
libs/base/trunk/Source/NSConcreteMapTable.m: Replace the
implementations of NSFastEnumeration in NSConcrete{Hash,Map}Table
with ones that work and don't cause people to dereference
pointers that are set to random integer values.
2011-08-07 18:00 theraven
* libs/base/trunk/Source/NSObject.m: In -finalize, we're pretending