Skip to content

Commit

Permalink
backported to 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 21, 2011
1 parent 933cdf6 commit df1d7db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGES
Expand Up @@ -11,13 +11,15 @@
* Important: 1.8.6 support has been dropped. It is still usable if you use the
backports gem, but no longer officially supported. (Konstantin Haase)

* URIs passed to the `url` helper or `redirect` may now use any schema to be
identified as absolute URIs, not only `http` or `https`. (Konstantin Haase)

* It is now possible to use a different target class for the top level DLS (aka
classic style) than `Sinatra::Application` by setting `Delegator.target`.
This was mainly introduced to ease testing. (Konstantin Haase)

= 1.2.2 / Not Yet Released

* URIs passed to the `url` helper or `redirect` may now use any schema to be
identified as absolute URIs, not only `http` or `https`. (Konstantin Haase)

= 1.2.1 / 2011-03-17

* Use a generated session secret when using `enable :sessions`. (Konstantin
Expand Down

0 comments on commit df1d7db

Please sign in to comment.