1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
This commit is contained in:
Konstantin Haase 2011-04-11 10:43:29 +02:00
parent aad6efa91b
commit e0e4388633

View file

@ -11,7 +11,7 @@
* 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)
* It is now possible to use a different target class for the top level DLS (aka
* It is now possible to use a different target class for the top level DSL (aka
classic style) than `Sinatra::Application` by setting `Delegator.target`.
This was mainly introduced to ease testing. (Konstantin Haase)