1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
## 0.10.2 2010-05-19
* Support for Encoding.default_internal
* Rework logging to adding a callback is possible
## 0.10.1 2010-01-08
* Removal of Extlib dependency: Pooling and Utilities code moved to DataObjects.
* Switch to Jeweler for Gem building tasks (this change may be temporary).
* Switch to using Bacon for running specs: This should make specs friendlier to
new Ruby implementations that are not yet 100% MRI-compatible, and in turn,
pave the road for our own IronRuby and MacRuby support.
* Make DataObjects::Reader Enumerable.
## 0.10.0 2009-09-15
* No Changes since 0.9.11
## 0.9.11 2009-01-19
* Fixes
* Use Extlib `Object.full_const_get` instead of custom code
* Remove Field as it was unused
## 0.9.9 2008-11-27
* No Changes since 0.9.8
|