mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Begin 2.1.0 development
This commit is contained in:
parent
63c0cbf5dc
commit
aee28a1bda
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
## 2.1.0 / Unreleased
|
||||
|
||||
* Fix additional Ruby 2.7 keyword warnings [#1586](https://github.com/sinatra/sinatra/pull/1586) by Stefan Sundin
|
||||
* Drop Ruby 2.2 support [#1455](https://github.com/sinatra/sinatra/pull/1455) by Eloy Pérez
|
||||
* Add Rack::Protection::ReferrerPolicy [#1291](https://github.com/sinatra/sinatra/pull/1291) by Stefan Sundin
|
||||
|
||||
## 2.0.8.1 / 2020-01-02
|
||||
|
||||
* Allow multiple hashes to be passed in `merge` and `merge!` for `Sinatra::IndifferentHash` [#1572](https://github.com/sinatra/sinatra/pull/1572) by Shota Iguchi
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.8.1
|
||||
2.1.0
|
||||
|
|
Loading…
Reference in a new issue