diff --git a/ChangeLog b/ChangeLog index c05f463ed..db4059a97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-28 12:49 David Chisnall + + * 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 * Source/NSObject.m: Disable atomic ops detection for the time being.