update changelog for v2.0.4

This commit is contained in:
Kunpei Sakai 2018-09-15 02:48:05 +09:00
parent b801c6b76b
commit 82add97308
No known key found for this signature in database
GPG Key ID: C4B6919318C291BC
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
## 2.0.4 / 2018-09-15
* Don't blow up when passing frozen string to `send_file` disposition [#1137](https://github.com/sinatra/sinatra/pull/1137) by Andrew Selder
* Fix ubygems LoadError [#1436](https://github.com/sinatra/sinatra/pull/1436) by Pavel Rosický
* Unescape regex captures [#1446](https://github.com/sinatra/sinatra/pull/1446) by Jordan Owens
* Slight performance improvements for IndifferentHash [#1427](https://github.com/sinatra/sinatra/pull/1427) by Mike Pastore
* Improve development support and documentation and source code by Will Yang, Jake Craige, Grey Baker and Guilherme Goettems Schneider
## 2.0.3 / 2018-06-09
* Fix the backports gem regression [#1442](https://github.com/sinatra/sinatra/issues/1442) by Marc-André Lafortune