Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Dec 30, 2011
1 parent 46abbd2 commit c4b5bbc
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGES
@@ -1,13 +1,29 @@
= 1.3.2 / Not Yet Released
= 1.3.2 / 2011-12-30

* 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)
* Route specific params are now available in the block passed to #stream.
(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)

* Fix bug where parameter escaping got enabled when disabling a different
protection. (Konstantin Haase)

* Fix regression: Filters without a pattern may now again manipulate the params
hash. (Konstantin Haase)

* Added examples directory. (Konstantin Haase)

* Improved documentation. (Gabriel Andretta, Markus Prinz, Erick Zetta, Just
Lest, Adam Vaughan, Aleksander Dąbrowski)

* Improved MagLev support. (Tim Felgentreff)

= 1.3.1 / 2011-10-05

Expand Down

0 comments on commit c4b5bbc

Please sign in to comment.