mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version to 2.0.8.1
This commit is contained in:
parent
825299319e
commit
63d146e494
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
## 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.0.8 / 2020-01-01
|
||||
|
||||
* Lookup Tilt class for template engine without loading files [#1558](https://github.com/sinatra/sinatra/pull/1558). Fixes [#1172](https://github.com/sinatra/sinatra/issues/1172) by Jordan Owens
|
||||
|
@ -6,8 +10,6 @@
|
|||
|
||||
* Add `.yaml` support in `Sinatra::Contrib::ConfigFile` [#1564](https://github.com/sinatra/sinatra/issues/1564). Fixes [#1563](https://github.com/sinatra/sinatra/issues/1563) by Emerson Manabu Araki
|
||||
|
||||
* Allow multiple hashes to be passed in `merge` and `merge!` for `Sinatra::IndifferentHash` [#1572](https://github.com/sinatra/sinatra/pull/1572) by Shota Iguchi
|
||||
|
||||
* Remove only routing parameters from @params hash [#1569](https://github.com/sinatra/sinatra/pull/1569). Fixes [#1567](https://github.com/sinatra/sinatra/issues/1567) by Jordan Owens, Horacio
|
||||
|
||||
* Support `capture` and `content_for` with Hamlit [#1580](https://github.com/sinatra/sinatra/pull/1580) by Takashi Kokubun
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.8
|
||||
2.0.8.1
|
||||
|
|
Loading…
Reference in a new issue