From b8f0b08caeb38078fa564ee670fec173e2d02a26 Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 6 Apr 2012 12:23:26 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35034 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index a09f9e8f2..ebd4f5384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-04-06 12:23 theraven + + * libs/base/trunk/Headers/Foundation/NSArray.h, + libs/base/trunk/Headers/Foundation/NSDictionary.h, + libs/base/trunk/Headers/GNUstepBase/GSVersionMacros.h, + libs/base/trunk/Source/NSArray.m, + libs/base/trunk/Source/NSDictionary.m, + libs/base/trunk/Tests/base/NSArray/basic.m, + libs/base/trunk/Tests/base/NSDictionary/basic.m: Support for + collection subscripting (NSArray and NSDictionary). + + Yes, the syntax is ugly, but no doubt people will start using it + in June... + 2012-04-06 12:02 theraven * libs/base/trunk/Source/NSAutoreleasePool.m,