CHANGELOG.rdoc in redis-objects-0.4.0 vs CHANGELOG.rdoc in redis-objects-0.4.1
- old
+ new
@@ -1,6 +1,16 @@
= Changelog for Redis::Objects
+== 0.4.1 [Final] (23 August 2010)
+
+* Fixes for Ruby 1.8 failures due to missing flatten() [Gabe da Silveira]
+
+* Enable subclasses of classes mixing in Redis::Objects to automatically pick up objects from their superclasses [Gabe da Silveira]
+
+* Renamed prefix() and field_key() to redis_prefix() and redis_field_key() to prevent gem conflicts [Jason Meinzer]
+
+* Fixed a typo in delete_if and added missing test coverage [Julio Capote, Nate Wiger]
+
== 0.4.0 [Final] (11 August 2010)
* Full support for redis hashes via new Redis::Hash class [Julio Capote, Nate Wiger]
* Now dependent on redis-rb client 2.0.4 or later. Should still be backwards compatible with redis-server 1.x