Skip to content

Commit 255669d

Browse files
committed
v3.17.0
1 parent 4962c74 commit 255669d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
Note: [Next major version (X-mas 2020)](https://github.com/marcandre/backports/issues/139) will drop support for Ruby < 2.2.
1010

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+
1125
## [3.16.1](https://github.com/marcandre/backports/compare/v3.16.0...v3.16.1) - 2020-02-16
1226

1327
### Deprecated
1428

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!
1631

1732
### Fixed
1833

lib/backports/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
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
33
end

0 commit comments

Comments
 (0)