aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-17 12:29:05 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-17 12:29:05 +0100
commit265668f89c19979b74cc9da092282c64e7e7f15b (patch)
treeea3f48431b8be63e22ee39431799f23d75d51447
parent2f1ba5fb364de990170d05e7dd81e8c0e2ef6e5f (diff)
Description for 0.6.3
-rw-r--r--doc/CHANGES.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 34959f924..8ce4c214f 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,3 +1,24 @@
+# Version 0.6.3
+## Highlighted features
+* This is a minor release, mainly to publish new customisation
+ features required by the upcoming
+ [Czech Republic theme](https://github.com/pepe/ipvtheme)
+* Administrators can now use regular expressions when making Censor Rules
+* It is also now possible to create "global" Censor Rules that apply
+ to all content types in the site; however, this power is not exposed
+ to UI users.
+* Some new i18n fixes and template refactoring to allow more extensive
+ 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/release/0.6.3)
+
+## Upgrade notes
+
+* No special action required -- just check out this version and run
+ `rails-post-deploy` as usual.
+
# Version 0.6.2
## Highlighted features