aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-08-31 11:33:36 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-08-31 11:33:36 +0100
commitd54f405434a3b0da5f2c88fc065680caf044aff2 (patch)
tree378c901b5105343252074acae95982c57f1c51ab
parentfa86291e64de65386eb370d868a53e4c204bef2e (diff)
Mention new search features and upgrade instructions
-rw-r--r--doc/CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index beb46812f..c57e89130 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,6 +1,7 @@
# 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