mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Update CHANGES.
This commit is contained in:
parent
b7b43f70b3
commit
e51bb77bd0
1 changed files with 5 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue