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 2010-09-10 16:41:34 +02:00
parent b7b43f70b3
commit e51bb77bd0

View file

@ -33,12 +33,16 @@
* Added ability to handle weighted HTTP_ACCEPT headers. (Davide D'Agostino)
* README is now available in German. (Bernhard Essl)
* README is now available in German. (Bernhard Essl, Konstantin Haase)
* This release is compatible with Ruby 1.9.2. Sinatra was trying to read
none existent files Ruby added to the call stack. (Shota Fukumori,
Konstantin Haase)
* Better handling of Encodings in 1.9, defaults encoding to UTF-8 and
respects Encoding.default_internal and Encoding.default_external.
(Konstantin Haase)
* This release is now usable in combination with Rails 3. When mounting
a Sinatra application under a subpath in Rails 3, the PATH_INFO is not
prefixed with a slash and no routes did match. (José Valim)