(Noteworthy changes since version 0.1.14): New section.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-09-12 23:00:21 +00:00
parent 8eb5d006da
commit 6bf97cbac3

View file

@ -6,6 +6,29 @@ The currently released version of the library is
@samp{@value{OBJECTS_VERSION}}.
@end ifset
@section Noteworthy changes since version @samp{0.1.14}
@itemize
@item Dynamic loading fixes for Solaris, thanks to Adam Fedor.
@item Fixes to Coder correct bugs with encoding/decoding wildly
interconnected objects. (My application uses a "Suffix Tree" structure:
a Tree, and a LinkedList that winds its way through the leaves of the
tree; the LinkedList nodes also have pointers back to the tree nodes.)
@item NSTimeZone implemented, thanks to Peter Burka
<peter@@bert.psyc.upei.ca>
@item NSData fixes, thanks to Adam Fedor.
@item NSObjCRuntime functions implemented. NSObject description methods
implemented.
@item Bug fixes in NSString.
@end itemize
@section Noteworthy changes since version @samp{0.1.13}
@itemize