reorder changes

This commit is contained in:
Konstantin Haase 2010-10-19 08:27:59 +02:00
parent 616576ce53
commit eafe40d283
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,5 @@
= 1.1 / Not Yet Released
* Now supports byte-range requests (the HTTP_RANGE header) for static files.
Multi-range requests are not supported, however. (Jens Alfke)
* Before and after filters now support pattern matching, including the
ability to use captures: "before('/user/:name') { |name| ... }". This
avoids manual path checking. No performance loss if patterns are avoided.
@ -17,6 +14,9 @@
Nokogiri, Textile, RDoc, Radius, Markaby and CoffeeScript templates.
(Konstantin Haase)
* Now supports byte-range requests (the HTTP_RANGE header) for static files.
Multi-range requests are not supported, however. (Jens Alfke)
* You can now use #settings method from class and top level for convenience.
(Konstantin Haase)