diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-04-23 14:21:02 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-23 14:21:02 +0100 |
commit | 9d96cb44441b07e74ae52542900d4a8a772e9703 (patch) | |
tree | d8e72311e382039299de1e77279613a27a3429f6 | |
parent | 0010d44962185ed42fd616d19f864cb20a6630f5 (diff) |
Add changes for release 0.9
-rw-r--r-- | doc/CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index debf9d7c7..9a027a3a8 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,13 @@ +# Version 0.9 +## Highlighted features +* Consistent and more informative variable interpolation syntax in translated phrases. All of these phrases will now appear in the form "There are {{count}} people following this request", where some were previously in the form "There are %s people following this request". (Matthew Landauer) +* Replaces deprecated calls to with_locale on ActiveRecord classes in preparation for upgrade to Globalize3 (Matthew Landauer) +* Fixes a database deadlock bug caused by near-simultaneous incoming emails for the same info request (Mark Longair) + +## Upgrade notes +* Check out this version and run `rails-post-deploy` as usual. + + # Version 0.8 ## Highlighted features * Support for running the site over SSL/TLS only and corresponding removal of support for a proxied admin interface, including the deprecation of the main_url and admin_url helpers. |