CHANGELOG.md in suo-0.1.2 vs CHANGELOG.md in suo-0.1.3
- old
+ new
@@ -1,4 +1,8 @@
+## 0.1.3
+
+- Properly throw Suo::LockClientError when the connection itself fails (Memcache server not reachable, etc.)
+
## 0.1.2
- Fix retry_timeout to properly use the full time (was being calculated incorrectly).
- Refactor client implementations to re-use more code.