mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Add changelog for 1.4.6
This commit is contained in:
parent
911d95a6b0
commit
8f008fe1e9
1 changed files with 32 additions and 0 deletions
32
CHANGES
32
CHANGES
|
@ -1,3 +1,35 @@
|
|||
= 1.4.6 / 2015-03-2x
|
||||
|
||||
* Improve tests and documentation. (Darío Hereñú, Seiichi Yonezawa, kyoendo,
|
||||
John Voloski, Ferenc-, Renaud Martinet, Christian Haase, marocchino,
|
||||
huoxito, Damir Svrtan, Amaury Medeiros, Jeremy Evans, Kashyap, shenqihui,
|
||||
Ausmarton Fernandes, kami, Vipul A M, Lei Wu, 7stud, Taylor Shuler,
|
||||
namusyaka, burningTyger, Cornelius Bock, detomastah, hakeda, John Hope,
|
||||
Ruben Gonzalez, Andrey Deryabin, attilaolah, Anton Davydov, Nikita Penzin,
|
||||
Dyego Costa)
|
||||
|
||||
* Remove duplicate require of sinatra/base. (Alexey Muranov)
|
||||
|
||||
* Escape HTML in 404 error page. (Andy Brody)
|
||||
|
||||
* Refactor to method call in `Stream#close` and `#callback`. (Damir Svrtan)
|
||||
|
||||
* Depend on latest version of Slim. (Damir Svrtan)
|
||||
|
||||
* Fixed router handling of colons used as regular character. (Jeremy Evans)
|
||||
|
||||
* Fix compatibility with Tilt version 2. (Yegor Timoschenko)
|
||||
|
||||
* Fix compatibility issue with Rack `pretty` method from ShowExceptions.
|
||||
(Kashyap)
|
||||
|
||||
* Show date in local time in exception messages. (tayler1)
|
||||
|
||||
* Fix logo on error pages when using Ruby 1.8. (Jeremy Evans)
|
||||
|
||||
* Upgrade test suite to Minitest version 5 and fix Ruby 2.2 compatibility.
|
||||
(Vipul A M)
|
||||
|
||||
= 1.4.5 / 2014-04-08
|
||||
|
||||
* Improve tests and documentation. (Seiichi Yonezawa, Mike Gehard, Andrew
|
||||
|
|
Loading…
Reference in a new issue