mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(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:
parent
752a27ebd4
commit
33d8b4bfe7
1 changed files with 28 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue