mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
add 1.2.7 to changes
Conflicts: CHANGES
This commit is contained in:
parent
76323fe422
commit
f1f56bef7e
1 changed files with 11 additions and 1 deletions
12
CHANGES
12
CHANGES
|
@ -30,6 +30,16 @@
|
|||
|
||||
* Uses SecureRandom to generate default session secret. (Konstantin Haase)
|
||||
|
||||
= 1.2.7 (backports release) / Not Yet Released
|
||||
|
||||
* `Sinatra.run!` now prints to stderr rather than stdout. (Andrew Armenia)
|
||||
|
||||
* Automatic `app_file` detection now works in directories containing brackets
|
||||
(Konstantin Haase)
|
||||
|
||||
* Improved documentation. (Emanuele Vicentini, Peter Higgins, Takanori
|
||||
Ishikawa, Konstantin Haase)
|
||||
|
||||
= 1.2.6 / 2011-05-01
|
||||
|
||||
* Fix broken delegation, backport delegation tests from Sinatra 1.3.
|
||||
|
@ -162,7 +172,7 @@
|
|||
* Sinatra now ships with a Gemfile for development dependencies, since it eases
|
||||
supporting different platforms, like JRuby. (Konstantin Haase)
|
||||
|
||||
= 1.1.4 / 2011-04-13
|
||||
= 1.1.4 (backports release) / 2011-04-13
|
||||
|
||||
* Compatible with Tilt 1.3. (Konstantin Haase)
|
||||
|
||||
|
|
Loading…
Reference in a new issue