Skip to content

Commit dad7c6f

Browse files
committed
Merge branch 'issue-440/deprecation-plans-in-changelog'
[ci skip] Resolves #440
2 parents bf8c7a0 + a384140 commit dad7c6f

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)