update changes

This commit is contained in:
Konstantin Haase 2012-01-05 20:35:44 +01:00
parent 9e54fa5146
commit 4490a76380
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
* Status, headers and body will be set correctly in an after filter when using
halt in a before filter or route. (Konstantin Haase)
= 1.3.3 / Not Yet Released
* When keeping a stream open, set up callback/errback correctly to deal with
clients closing the connection. (Konstantin Haase)
= 1.3.2 / 2011-12-30
* Don't automatically add `Rack::CommonLogger` if `Rack::Server` is adding it,