release 0.2.0

This commit is contained in:
Nick Elser
2015-04-12 22:33:19 -07:00
parent 1fd769eec2
commit ce0a4d8d86
3 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
## 0.2.0
- Refactor class methods into instance methods to simplify implementation.
- Increase thread safety with Memcached implementation.
## 0.1.3
- Properly throw Suo::LockClientError when the connection itself fails (Memcache server not reachable, etc.)