diff --git a/ChangeLog b/ChangeLog index a7322e079..bd8a8c6e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-05-26 13:24 David Chisnall + + * Headers/Foundation/NSNotification.h, + * Source/Additions/GSLock.m, + * Source/Additions/GSObjCRuntime.m, + * Source/Additions/Unicode.m, + * Source/GSString.m, + * Source/NSThread.m, + * Source/NSZone.m: + More GC fixes. Most notably, + mark the thread object as not collectable, since it's hidden away + in TLS where the GC can't find it. + 2011-05-25 Richard Frith-Macdonald * Source/NSObject.m: