ChangeLog.markdown in data_objects-0.10.1 vs ChangeLog.markdown in data_objects-0.10.2
- old
+ new
@@ -1,11 +1,15 @@
-## 0.10.1 (unreleased, in git)
+## 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,
- prepared the road for our own IronRuby and MacRuby support.
+ 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