CHANGELOG.md in redic-pool-0.1.0 vs CHANGELOG.md in redic-pool-1.0.0
- old
+ new
@@ -1,7 +1,15 @@
+1.0.0 - 2013-12-27
+==================
+
+* Changed API to make a `Redic::Pool` object interchangeable with `Redic`. This
+ makes `Redic::Pool` compatible with Ohm out of the box, so you can do:
+
+ Ohm.redis = Redic::Pool.new(ENV["REDIS_URL"], size: 10)
+
0.1.0 - 2013-12-18
==================
* First release.