Skip to content

Commit a384140

Browse files
committed
Add deprecation plans to changelog (see #440) [ci skip]
1 parent bf8c7a0 commit a384140

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 4.x (unreleased)
2+
3+
## Planned breaking changes:
4+
* `Redis#client` will no longer expose the underlying `Redis::Client`;
5+
it has not yet been determined how 4.0 will expose the underlying
6+
functionality, but we will make every attempt to provide a final minor
7+
release of 3.x that provides the new interfaces in order to facilitate
8+
a smooth transition.
9+
10+
* Ruby 1.8.7 (and the 1.8 modes of JRuby and Rubinius) will no longer be
11+
supported; 1.8.x entered end-of-life in June of 2012 and stopped receiving
12+
security updates in June of 2013; continuing to support it would prevent
13+
the use of newer features of Ruby.
14+
115
# 3.1.x (unreleased)
216

317
* Added debug log sanitization (#428).

0 commit comments

Comments
 (0)