Release Name: 1.2.2
Notes:
* Added the IO.writev method.
Changes:
* Added the IO.writev method which allows you to write arrays without
requiring an Array#join call, i.e. "gather write". Thanks go to Eric
Wong for supplying the code to support this.
* Some Rakefile updates.
|