From 8a7dd92e1c1b94ac1beeafda5af8898384a02f00 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Wed, 10 Mar 2010 17:23:06 -0800 Subject: [PATCH] mention pass blocks in CHANGES --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index b61f227210..dade752b88 100644 --- a/CHANGES +++ b/CHANGES @@ -65,6 +65,9 @@ * Filters do not run when serving static files anymore. (Ryan Tomayko) + * pass takes an optional block to be used as the route handler if no + subsequent route matches the request. (Blake Mizerany) + The following Sinatra features have been obsoleted (removed entirely) in the 1.0 release: