From 1a6bea572c8b1da19ab4872b33cbb9726d97fb12 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sat, 9 Oct 2010 15:33:12 +0200 Subject: [PATCH] Mention last_modified changes in README. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 16775850..45b3bd78 100644 --- a/CHANGES +++ b/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)