mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Add note about auto-require deprecation to CHANGES
This commit is contained in:
parent
7882efdf0b
commit
b48ed22ba9
1 changed files with 4 additions and 0 deletions
4
CHANGES
4
CHANGES
|
@ -44,6 +44,10 @@
|
||||||
Passenger users should use the "tmp/always_restart.txt"
|
Passenger users should use the "tmp/always_restart.txt"
|
||||||
file (http://tinyurl.com/c67o4h). [#166 / Ryan Tomayko]
|
file (http://tinyurl.com/c67o4h). [#166 / Ryan Tomayko]
|
||||||
|
|
||||||
|
* Auto-requiring template libs in the erb, builder, haml, and
|
||||||
|
sass methods is deprecated due to thread-safety issues. You must
|
||||||
|
require the template libs explicitly in your app file. [Simon Rozet]
|
||||||
|
|
||||||
* A new Sinatra::Base#route_missing method was added. route_missing
|
* A new Sinatra::Base#route_missing method was added. route_missing
|
||||||
is sent when no route matches the request or all route handlers
|
is sent when no route matches the request or all route handlers
|
||||||
pass. The default implementation forwards the request to the
|
pass. The default implementation forwards the request to the
|
||||||
|
|
Loading…
Reference in a new issue