1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

add inline_templates to CHANGES

This commit is contained in:
Simon Rozet 2010-01-29 18:18:53 +01:00
parent 46bb883d1b
commit f942ad7658

View file

@ -80,6 +80,9 @@ the 1.0 release:
Template engine options should be passed in the second Hash argument
instead.
* The `use_in_file_templates` method is obsolete. Use
`enable :inline_templates` or `set :inline_templates, 'path/to/file'`
* The 'media_type' helper method is obsolete. Use 'mime_type' instead.
* The 'mime' main and class method is obsolete. Use 'mime_type' instead.