diff --git a/ChangeLog b/ChangeLog index 6913f00f1..a7a37db8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ +2011-07-22 16:07 David Chisnall + + * libs/base/trunk/Headers/Foundation/NSArray.h, + libs/base/trunk/Source/GSArray.m, + libs/base/trunk/Source/NSArray.m: Change id* -> id[] for OS X + 10.7 compatibility in NSArray. This change is required for ARC: + now, id* means pointer to a single object, id[] means array. + 2011-07-22 14:38 David Chisnall -2011-07-21 13:17 David Chisnall * Source/NSRegularExpression.m: Added stub implementation for when GNUstep is built without ICU.