diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-17 13:16:40 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-17 13:16:40 +0100 |
commit | f75017923a825c53c794d5df602301d8d336ee74 (patch) | |
tree | 90535f2c6a1bb04f24ac2c26b2f77c578d0dbc29 | |
parent | 5284cf68b803f5b2e981f9f6aeffacc7ccffa000 (diff) |
Add change description for version 0.6.7
-rw-r--r-- | doc/CHANGES.md | 17 |
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 |