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:
parent
46bb883d1b
commit
f942ad7658
1 changed files with 3 additions and 0 deletions
3
CHANGES
3
CHANGES
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue