mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
update CHANGES
This commit is contained in:
parent
489c6fb119
commit
9f3cfc4294
1 changed files with 6 additions and 0 deletions
6
CHANGES
6
CHANGES
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue