CHANGELOG.rdoc in redis-objects-1.0.1 vs CHANGELOG.rdoc in redis-objects-1.1.0
- old
+ new
@@ -1,6 +1,24 @@
= Changelog for Redis::Objects
+== 1.1.0 (21 Jan 2015)
+
+* Support connection_pool useage via a proxy object [Jared Jenkins]
+
+* Fix typo on :counter usage [Kevin Bongart]
+
+* Use parent redis_id_field if present [Arnaud Lavrard]
+
+* Fetch the objects options through a redis_options method [Arnaud Lavrard]
+
+== 1.0.1 (14 Oct 2014)
+
+* Array handling for unmarshal [dreyks]
+
+* Test against Ruby 2.1 / 2.2 on Travis CI [tricknotes]
+
+* Redis::Set#randmember method accept count as optional parameter [xeviknal]
+
== 1.0.0 (25 Jul 2014)
* Fix expiration filter to handle atomic blocks, remove method aliasing [nateware]
* Fix incrbyfloat to actually return a float [james-lawrence]