Skip to content

Commit a6e132f

Browse files
committed
CHANGELOG formatting.
1 parent d5146a8 commit a6e132f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# 3.1.x (unreleased)
22

3-
* Added debug log sanitization (#428)
4-
* Added support for `pfadd`, `pfcount`, and `pfmerge` commands to support
5-
HyperLogLog (Redis 2.8.9, #432)
6-
* Added support for `bitpos` command (Redis 2.9.11, #412)
7-
* Added support for automatically reconnecting in forked child (#414)
8-
* Added support for expert-mode option `inherit_socket`, which disables
9-
fork-safety check and enables a socket to be shared with a child
10-
process (#409)
11-
* Added MRI Ruby 2.1.0 to CI
12-
* Fix truncation of meaningful information in certain timeouts (#430)
13-
* Fix handling of connection retries that could result in retry loop (#415)
3+
* Added debug log sanitization (#428).
4+
5+
* Added support for HyperLogLog commands (Redis 2.8.9, #432).
6+
7+
* Added support for `BITPOS` command (Redis 2.9.11, #412).
8+
9+
* The client will now automatically reconnect after a fork (#414).
10+
11+
* If you want to disable the fork-safety check and prefer to share the
12+
connection across child processes, you can now pass the `inherit_socket`
13+
option (#409).
1414

1515
# 3.0.7
1616

0 commit comments

Comments
 (0)