update CHANGES

This commit is contained in:
Konstantin Haase 2011-02-19 17:37:34 +01:00
parent 489c6fb119
commit 9f3cfc4294
1 changed files with 6 additions and 0 deletions

View File

@ -33,9 +33,15 @@
* `send_file` now allows overriding the Last-Modified header, which defaults
to the file's mtime, by passing a `:last_modified` option. (Konstantin Haase)
* You can use your own template lookup method by defining `find_template`.
This allows, among other things, using more than one views folder.
(Konstantin Haase)
* Largely improved documentation. (burningTyger, Vasily Polovnyov, Gabriel
Andretta, Konstantin Haase)
* Improved error handling. (cactus, Konstantin Haase)
* Skip missing template engines in tests correctly. (cactus)
* Sinatra now ships with a Gemfile for development dependencies, since it eases