aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-05-30 11:22:41 +0100
committerLouise Crow <louise.crow@gmail.com>2013-05-30 11:22:41 +0100
commitbd91f7470c9ed3091c79634420f1433f62ec0215 (patch)
tree7bc6f435fea2f236a2ad94f491ac4d6eb4c0db65
parent35b9f158c5b675fa7adc6200455cc9603d9ea6c9 (diff)
Add some upgrade notes for the 0.11 release.
-rw-r--r--doc/CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 9a027a3a8..6df2af653 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,3 +1,11 @@
+# Version 0.11
+## Highlighted features
+* Upgrade of the Rails framework to version 3.1.12 (Henare Degan, Matthew Landauer, Mark Longair, Louise Crow)
+
+## Upgrade notes
+* Manually remove vendor/rails-locales
+* Themes created for 0.9 and below should be updated to work with Rails 3. See `THEMES-UPGRADE.md` for notes on upgrading your theme. You will need to manually remove your old theme directory before running `rails-post-deploy`.
+
# 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)