Skip to content

Commit 6f3510e

Browse files
committed
Add missing entries for 3.3.4 and 3.3.5 in changelog
1 parent 71cc2c9 commit 6f3510e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121

2222
* Dropped official support for Ruby < 2.2.2.
2323

24+
# 3.3.5
25+
26+
* Fixed Ruby 1.8 compatibility after backporting `Redis#connection`. See #719.
27+
28+
# 3.3.4 (yanked)
29+
30+
* `Redis#connection` returns a hash with connection information.
31+
You shouldn't need to call `Redis#_client`, ever.
32+
2433
# 3.3.3
2534

2635
* Improved timeout handling after dropping Timeout module.

0 commit comments

Comments
 (0)