diff options
| -rw-r--r-- | doc/CHANGES.md | 14 | 
1 files changed, 13 insertions, 1 deletions
| diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b2d7ee135..920c397de 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,15 @@ +# Version 0.6.1 +## Highlighted features + +* Fixes important security bug [issue #515](https://github.com/sebbacon/alaveteli/issues/515) +* Show admin nav bar when browsing main site +* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?milestone=8&state=closed) + +## Upgrade notes + +* No special action required -- just check out this version and run +  `rails-post-deploy` as usual. +  # Version 0.6  ## Highlighted features @@ -6,7 +18,7 @@  * Support for invalidating accelerator cache -- this makes it much    less likely, when using Varnish, that users will be presented with    stale content.  Fixes -  [issue #436](https://github.com/sebbacon/alaveteli/issues/436) +    * Adding a `GA_CODE` to `general.yml` will cause the relevant Google    Analytics code to be added to your rendered pages  * It is now possible to have more than one theme installed.  The | 
