<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,24 @@
+= 0.9.1 / unreleased
+
+ * Sinatra now runs under Ruby 1.9.1 [#61]
+ * Route patterns (splats, :named, or Regexp captures) are now
+   passed as arguments to the block. [#140]
+ * The &quot;helpers&quot; method now takes a variable number of modules
+   along with the normal block syntax. [#133]
+ * New simple API for extensions/plugins to add DSL-level and
+   request-level methods. Use Sinatra.register(mixin) to extend
+   the DSL with all public methods defined in the mixin module;
+   use Sinatra.helpers(mixin) to make all public methods defined
+   in the mixin module available at the request level. [#138]
+ * Added &quot;redirect back&quot; to redirect to the referring URL.
+ * Added a new &quot;clean_trace&quot; option that causes backtraces dumped
+   to rack.errors and displayed on the development error page to
+   omit framework and core library backtrace lines. The option is
+   enabled by default. [#77]
+ * Fix :provides causing crash on any request when request has no
+   Accept header [#139]
+ * Fix that ERB templates were evaluated twice per &quot;erb&quot; call.
+
 = 0.9.0.4 / 2009-01-25
 
  * Using halt with more than 1 args causes ArgumentError [#131]</diff>
      <filename>CHANGES</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8d36e8c51f92fe2e446d349d85b47d2f25dd0a6</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/bmizerany/sinatra/commit/41c8aeb3e5754068371fe42e4c06153085e1f450</url>
  <id>41c8aeb3e5754068371fe42e4c06153085e1f450</id>
  <committed-date>2009-02-02T19:27:38-08:00</committed-date>
  <authored-date>2009-02-02T19:27:38-08:00</authored-date>
  <message>Bring CHANGES file up to date with last week of stuff</message>
  <tree>3712c0b54e4d14a7aa549fb58e1337298df6f759</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
