1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

update changes

This commit is contained in:
Konstantin Haase 2012-01-05 20:35:44 +01:00
parent 9e54fa5146
commit 4490a76380

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,