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