aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-09-16 12:43:27 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-09-16 12:43:27 +0100
commit312f9e1191dd4d7d0e976728561c4b74d8b84588 (patch)
tree506a615c2bbb95cf7f30a1655ef6ccd7e2d2f521 /doc
parent8a0210db99a146a2700a5db0335618423ea756a0 (diff)
parentd54f405434a3b0da5f2c88fc065680caf044aff2 (diff)
Merge branch 'release/0.3'0.3
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
new file mode 100644
index 000000000..c57e89130
--- /dev/null
+++ b/doc/CHANGES.md
@@ -0,0 +1,8 @@
+# Version 0.3
+
+## Highlighted features
+* New search filters / UI on request page, authorities page, and search page. Upgrades require a rebuild of the Xapian index (`./script/xapian-index-rebuild`). Design isn't beautiful; to be fixed in next release.
+* Introduce reCaptcha for people apparently coming from foreign countries (to combat spam) (requires values for new config variables `ISO_COUNTRY_CODE` and `GAZE_URL`, and existing config variables `RECAPTCHA_PUBLIC_KEY` and `RECAPTCHA_PRIVATE_KEY`)
+* Better admin interface for editing multiple translations of a public body at once
+## Other
+* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?milestone=5&state=closed)