From 766274312333fce3bd13327d3c4bc75b813a2d59 Mon Sep 17 00:00:00 2001 From: Nick Elser Date: Sun, 12 Apr 2015 19:47:35 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ README.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c1017..84eb200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 05e7ebf..b7ab84d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ end ## TODO - better stale key handling (refresh blocks) - more race condition tests - - refactor clients to re-use more code ## History