Skip to content

Commit

Permalink
Add latest commits to the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Sep 3, 2010
1 parent 9c73cf7 commit 12c1157
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Expand Up @@ -51,6 +51,14 @@
* It's now possible to use Sinatra with different package management
systems defining a custom require. (Konstantin Haase)

* You can now use #settings from class level for convenience.
(Konstantin Haase)

* Prevents a memory leak on 1.8.6 is production mode. Note, however, that this
is due to a bug in 1.8.6 and request will have the additional overhead of
parsing templates again on that version. It is recommended to use at least
Ruby 1.8.7. (Konstantin Haase)

* Lighthouse has been dropped in favor of GitHub issues.

= 1.0 / 2010-03-23
Expand Down

0 comments on commit 12c1157

Please sign in to comment.