Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed Mar 14, 2015
1 parent 0e6ee0c commit aeafc0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.6.0 (2015/03/14)
----

Improvements:

* [#37](https://github.com/cb372/scalacache/issues/37) (make it possible to use scalacache-redis with Play. See [#32](https://github.com/cb372/scalacache/issues/32) for the bug report)
* [#38](https://github.com/cb372/scalacache/issues/38) (make `RedisCache` thread-safe)

Breaking changes:

* Due to #38, `RedisCache` now takes a `JedisPool` in its constructor rather than a `Jedis`.

0.5.2 (2015/02/10)
----

Expand Down

0 comments on commit aeafc0f

Please sign in to comment.