File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
## [ Unreleased] - 🔜
7
+ ### Added
8
+ - Add support for Ruby 3.1 and 3.2 ([ #355 ] ( https://github.com/interagent/pliny/pull/355 ) )
9
+ - Add support for Sinatra 3 ([ #356 ] ( https://github.com/interagent/pliny/pull/356 ) )
10
+ - Add support for ActiveSupport 7 ([ #357 ] ( https://github.com/interagent/pliny/pull/357 ) )
11
+
12
+ ### Removed
13
+ - Drop support for Ruby 2.5, 2.6 and 2.7 ([ #355 ] ( https://github.com/interagent/pliny/pull/355 ) )
14
+ - Drop support for Sinatra 1 ([ #356 ] ( https://github.com/interagent/pliny/pull/356 ) )
15
+ - Drop support for ActiveSupport 5 ([ #357 ] ( https://github.com/interagent/pliny/pull/357 ) )
16
+
17
+ ### Changed
18
+ - update template Gemfile ([ #359 ] ( https://github.com/interagent/pliny/pull/359 ) )
7
19
8
20
## [ 0.32.0] - 2021-09-29
9
21
### Changed
You can’t perform that action at this time.
0 commit comments