1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
= News and Notifications by Version
This file lists noteworthy changes which may affect users of this project. More
detailed information is available in the rest of the documentation.
<b>NOTE:</b> Date stamps in the following entries are in YYYY/MM/DD format.
== v0.3.0 (2009/04/29)
* Fixed the rewind method to work with write-only streams
* Fixed the read, gets, and readline methods to return partial data if they have
such data but receive low level errors before reaching a stopping point
* Renamed all private methods so that it is highly unlikely that they will be
accidentally overridden.
* Eliminated warnings caused by referencing uninitialized instance variables
* Improved the documentation for the read, gets, and readline methods
== v0.2.0 (2009/03/11)
* Added mspec tests borrowed from the rubyspec project
* Fixed many, many defects related to IO compatibility (Mostly obscure corner
cases)
== v0.1.0 (2008/07/03)
* Initial release
* All read, write, and seek functions implemented as defined in Ruby 1.8.6
* Most other IO methods also provided as no-ops and similar
|