From b48ed22ba9973e86840a3cbd6cdd968c153da94d Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Mon, 18 May 2009 04:21:54 -0700 Subject: [PATCH] Add note about auto-require deprecation to CHANGES --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index ef4965f7..857766f6 100644 --- a/CHANGES +++ b/CHANGES @@ -44,6 +44,10 @@ Passenger users should use the "tmp/always_restart.txt" 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 is sent when no route matches the request or all route handlers pass. The default implementation forwards the request to the