diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-30 18:40:59 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-30 18:40:59 +0100 |
commit | 234722bfa3da886f66f61b9a5e50c968e42b964a (patch) | |
tree | 1c2281926c3208bf48922c8cfdf8422cfc1a7ffe | |
parent | 9c7f41ac8e02a095063244a2f97660e359d4e353 (diff) |
new CHANGES file
-rw-r--r-- | doc/CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md new file mode 100644 index 000000000..beb46812f --- /dev/null +++ b/doc/CHANGES.md @@ -0,0 +1,7 @@ +# Version 0.3 + +## Highlighted features +* 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) |