Mention last_modified changes in README.

This commit is contained in:
Konstantin Haase 2010-10-09 15:33:12 +02:00
parent 4c9add8265
commit 1a6bea572c
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
of parsing templates again on that version. It is recommended to use at
least Ruby 1.8.7. (Konstantin Haase)
* Compares last modified date correctly. `last_modified` was halting only
when the 'If-Modified-Since' header date was equal to the time specified.
Now, it halts when is equal or later than the time specified (Gabriel
Andretta).
* Sinatra 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)