mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
update changes
This commit is contained in:
parent
855e5671ad
commit
678fdfb8c6
1 changed files with 18 additions and 0 deletions
18
CHANGES
18
CHANGES
|
@ -1,3 +1,14 @@
|
||||||
|
= 1.3.2 / Not Yet Released
|
||||||
|
|
||||||
|
* Don't automatically add `Rack::CommonLogger` if `Rack::Server` is adding it,
|
||||||
|
too. (Konstantin Haase)
|
||||||
|
|
||||||
|
* Setting `logging` to `nil` will avoid setting up `Rack::NullLogger`.
|
||||||
|
(Konstantin Haase)
|
||||||
|
|
||||||
|
* Fix bug where rendering a second template in the same request after the
|
||||||
|
first one raised an exception skipped the default layout (Nathan Baum)
|
||||||
|
|
||||||
= 1.3.1 / 2011-10-05
|
= 1.3.1 / 2011-10-05
|
||||||
|
|
||||||
* Support adding more than one callback to the stream object. (Konstantin
|
* Support adding more than one callback to the stream object. (Konstantin
|
||||||
|
@ -133,6 +144,13 @@
|
||||||
* Fix handling of broken query params when displaying exceptions. (Luke
|
* Fix handling of broken query params when displaying exceptions. (Luke
|
||||||
Jahnke)
|
Jahnke)
|
||||||
|
|
||||||
|
= 1.2.8 / Not Yet Released
|
||||||
|
|
||||||
|
Backported from 1.3.2:
|
||||||
|
|
||||||
|
* Fix bug where rendering a second template in the same request after the
|
||||||
|
first one raised an exception skipped the default layout (Nathan Baum)
|
||||||
|
|
||||||
= 1.2.7 (backports release) / 2011-09-30
|
= 1.2.7 (backports release) / 2011-09-30
|
||||||
|
|
||||||
Custom changes:
|
Custom changes:
|
||||||
|
|
Loading…
Reference in a new issue