CHANGELOG.md in redis-client-0.11.0 vs CHANGELOG.md in redis-client-0.11.1
- old
+ new
@@ -1,6 +1,9 @@
# Unreleased
+- hiredis: Workaround a compilation bug with Xcode 14.0, Fix: #58
+- Accept `URI` instances as `uri` parameter.
+
# 0.11.0
- hiredis: do not eagerly close the connection on read timeout, let the caller decide if a timeout is final.
- Add `Config#custom` to store configuration metadata. It can be used for per server middleware configuration.