CHANGELOG.md in redis-client-0.14.0 vs CHANGELOG.md in redis-client-0.14.1
- old
+ new
@@ -1,8 +1,14 @@
# Unreleased
+# 0.14.1
+
+- Include the timeout value in TimeoutError messages.
+- Fix connection keep-alive on FreeBSD. #102.
+
# 0.14.0
+- Implement Sentinels list automatic refresh.
- hiredis binding now implement GC compaction and write barriers.
- hiredis binding now properly release the GVL around `connect(2)`.
- hiredis the client memory is now re-used on reconnection when possible to reduce allocation churn.
# 0.13.0