diff --git a/Documentation/news.texi b/Documentation/news.texi index c0eadd8e1..9564655d5 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -10,6 +10,14 @@ The currently released version of the library is @itemize +@item Can be made as a shared library by passing `--enabled-shared' to +`configure'. Thanks to Jan Kybic and Bryan Headley + for suggestions. + +@item New classes NSSet, NSMutableSet, NSCountedSet. New concrete +classes NSGSet, NSGMutableSet, NSGCountedSet. New test program nsset.m. +New class NSMethodSignature. + @item Dynamic loading fixes for Solaris, thanks to Adam Fedor. @item Fixes to Coder correct bugs with encoding/decoding wildly @@ -25,7 +33,7 @@ tree; the LinkedList nodes also have pointers back to the tree nodes.) @item NSObjCRuntime functions implemented. NSObject description methods implemented. -@item Bug fixes in NSString. +@item Bug fixes in NSString, NSDictionary and NSArray. @end itemize