File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
Note: [ Next major version (X-mas 2020)] ( https://github.com/marcandre/backports/issues/139 ) will drop support for Ruby < 2.2.
10
10
11
+ ## [ 3.17.0] ( https://github.com/marcandre/backports/compare/v3.16.1...v3.16.2 ) - 2020-03-06
12
+
13
+ ### Added
14
+
15
+ * Ruby 2.6 backports
16
+
17
+ * Range
18
+ * ` cover? ` (with ` Range ` argument)
19
+
20
+ ### Changed
21
+
22
+ Requiring features for a particular version of Ruby or ` latest ` is un-deprecated but
23
+ instead simply warned in verbose mode.
24
+
11
25
## [ 3.16.1] ( https://github.com/marcandre/backports/compare/v3.16.0...v3.16.1 ) - 2020-02-16
12
26
13
27
### Deprecated
14
28
15
- Officially deprecate requiring features for a particular version of Ruby, ` latest ` , ` std_lib ` or ` rails ` backports
29
+ Officially deprecate requiring features for a particular version of Ruby, ` latest ` , ` std_lib ` or ` rails ` backports.
30
+ Partly un-deprecated in 3.17.0!
16
31
17
32
### Fixed
18
33
Original file line number Diff line number Diff line change 1
1
module Backports
2
- VERSION = "3.16.1 " unless Backports . constants . include? :VERSION # the guard is against a redefinition warning that happens on Travis
2
+ VERSION = "3.17.0 " unless Backports . constants . include? :VERSION # the guard is against a redefinition warning that happens on Travis
3
3
end
You can’t perform that action at this time.
0 commit comments