diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-23 17:12:43 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-23 17:12:43 +0100 |
commit | 61965259f8155c6a570f06d54dd707a856e6ec66 (patch) | |
tree | bd823869febbe7bfb770208445be1400aff2e238 | |
parent | 127db1e4bb4fee2d480855b30a330baca459404a (diff) |
Add changes in 0.6.4
-rw-r--r-- | doc/CHANGES.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 4115389d5..007575faa 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,14 @@ +# Version 0.6.4 +## Highlighted features +* This is a minor bugfix release, mainly to fix bugs related to external request handling. +* [List of issues on github](https://github.com/sebbacon/alaveteli/issues?milestone=18&state=closed) +* [List of commits since last release](https://github.com/sebbacon/alaveteli/compare/release/master...release/0.6.4) + +## Upgrade notes + +* No special action required -- just check out this version and run + `rails-post-deploy` as usual. + # Version 0.6.3 ## Highlighted features * This is a minor release, mainly to publish new customisation @@ -11,8 +22,7 @@ customisation in themes * Themes can now provide a `post_install.rb` script that is executed by `rails-post-deploy` -* [List of isses on github](https://github.com/sebbacon/alaveteli/issues?milestone=17&state=closed) -* [List of commits since last release](https://github.com/sebbacon/alaveteli/compare/master...release/0.6.3) +* [List of issues on github](https://github.com/sebbacon/alaveteli/issues?milestone=17&state=closed) ## Upgrade notes |