(Noteworthy changes since version 0.1.10): New section.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@440 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-06-20 16:21:31 +00:00
parent 752a27ebd4
commit 33d8b4bfe7

View file

@ -6,6 +6,34 @@ The currently released version of the library is
@samp{@value{OBJECTS_VERSION}}.
@end ifset
@section Noteworthy changes since version @samp{0.1.10}
@itemize
@item Now using @file{src}, @file{config} and @file{doc} directories to
un-clutter the top-level directory.
@item
New GNUStep classes implemented: NSDictionary, NSMutableDictionary;
concrete classes NSGDictionary, NSGMutableDictionary; enumeration
classes NSGDictionaryKeyEnumerator, NSGDictionaryObjectEnumerator.
@item
More methods in NSData are implemented, thanks to Albin Jones.
@item
More methods in NSString are implemented; we have new classes
NSCharacterSet and NSBitmapCharSet; all thanks to Adam Fedor.
@item
And several bug fixes. See the ChangeLog for details.
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE_ONLY
@section Noteworthy changes since version @samp{0.1.9}
@itemize
@ -65,10 +93,6 @@ implementations back in Collection.m.
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE_ONLY
@section Noteworthy changes since version @samp{0.1.7}
@itemize