CHANGELOG.md in redis-client-0.19.1 vs CHANGELOG.md in redis-client-0.20.0
- old
+ new
@@ -1,6 +1,11 @@
# Unreleased
+# 0.20.0
+
+- Accept `unix://` schemes as well as simple paths in the `url:` config parameter. #170.
+- Make basic usage Ractor compatible.
+
# 0.19.1
- Fixed a bug in `hiredis-client` that could cause a crash if interrupted by `Timeout.timeout` or other `Thread#raise` based mecanism.
- Fixed a GC bug that could cause crashes in `hiredis-client`.