doc/RELEASE_NOTES in rio-0.4.0 vs doc/RELEASE_NOTES in rio-0.4.1

- old
+ new

@@ -1,14 +1,15 @@ === Rio - Ruby I/O Facilitator -Rio is a facade for most of the standard ruby classes that deal with I/O; -providing a simple, intuitive, succinct interface to the functionality -provided by IO, File, Dir, Pathname, FileUtils, Tempfile, StringIO, OpenURI -and others. Rio also provides an application level interface which allows many -common I/O idioms to be expressed succinctly. +Rio is a facade for most of the standard ruby classes that deal with +I/O; providing a simple, intuitive, succinct interface to the +functionality provided by IO, File, Dir, Pathname, FileUtils, +Tempfile, StringIO, OpenURI and others. Rio also provides an +application level interface which allows many common I/O idioms to be +expressed succinctly. -fa-cil-i-tate: To make easy or easier [http://www.thefreedictionary.com/facilitate] +fa-cil-i-tate: To make easy or easier. To create the documentation for Rio run the command ruby build_doc.rb from the distribution directory. @@ -18,15 +19,21 @@ * RIO::Doc::SYNOPSIS * RIO::Doc::INTRO * RIO::Doc::HOWTO * RIO::Rio +== New for version 0.4.1 +* Bug fixes to better handle file system paths with URI special + characters. +* Other bug fixes. + == New for version 0.4.0 * Alpha. == New for version 0.3.9 -* Bug fixes, code cleanup, +* Bug fixes, code cleanup. +* See Rio#split == New for version 0.3.8 * Enhanced support for FTP file-systems. All of Rio's most powerful idioms are now supported seamlessly on FTP servers.