aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-10-17 15:10:03 +0100
committerLouise Crow <louise.crow@gmail.com>2012-10-17 15:10:03 +0100
commit5d1831bd9eb0377f59b69eda403811c160b405eb (patch)
tree7a58d2ea629afc63586551bb8b4c4d48ff8903bb /doc
parentbb5f18ff9253b82d4402db29e24eb1359818baae (diff)
parentcc7bc36d5748c9baa0cfd8e44395923cc5792f32 (diff)
Merge branch 'release/0.6.7' into develop
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 15df1dce5..d3faa101d 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,3 +1,20 @@
+# Version 0.6.7
+## Highlighted features
+* The ability to calculate due dates using calendar, not working days (Matthew Landauer)
+* A refactor and standardization of the configuation variables and defaults using a central module (Matthew Landauer)
+* The use of full URLs in admin attention emails, and associated modification of the admin_url helper to always return full urls (Henare Degan)
+* The ability to disable comments on a request (Robin Houston)
+* Some previously missed strings for translation, courtesy of the Czech translation team
+
+* [List of issues on github](https://github.com/mysociety/alaveteli/issues?milestone=23&state=closed)
+
+
+## Upgrade notes
+
+* Themes created for 0.6.6 and below should be updated to use the new Configuration module wherever they used Config.get directly previously.
+* Check out this version and run `rails-post-deploy` as usual.
+
+
# Version 0.6.6
## Highlighted features
* Adds deployment via Capistrano - see DEPLOY.md for details