update changelog

This commit is contained in:
Nick Elser
2015-04-12 19:47:35 -07:00
parent a2fa281b86
commit 7662743123
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## 0.1.2
- Fix retry_timeout to properly use the full time (was being calculated incorrectly).
- Refactor client implementations to re-use more code.
## 0.1.1
- Use [MessagePack](https://github.com/msgpack/msgpack-ruby) for semaphore serialization.

View File

@@ -42,7 +42,6 @@ end
## TODO
- better stale key handling (refresh blocks)
- more race condition tests
- refactor clients to re-use more code
## History