summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-13 10:05:28 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-13 10:05:28 -0400
commit8ae86c2015a622fc03231f6d4e50b4e191f4a89e (patch)
tree92e04123541e9222b2011bcc7679e32cce106d04
parentd35e081e5b45a5e4890068a5666e8f33b0fd06ee (diff)
downloadaskbot-8ae86c2015a622fc03231f6d4e50b4e191f4a89e.tar.gz
askbot-8ae86c2015a622fc03231f6d4e50b4e191f4a89e.tar.bz2
askbot-8ae86c2015a622fc03231f6d4e50b4e191f4a89e.zip
updated the changelog
-rw-r--r--askbot/doc/source/changelog.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 4be4dd6c..d88cd734 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -3,9 +3,10 @@ Changes in Askbot
Development version
-------------------
-* Added optional restriction to have confirmed email address to join forum (Evgeny)
-* Added optional list of allowed email addresses and email domain name for the new users (Evgeny)
-* Added optional support for unicode slugs (Evgeny)
+* Option to disable feedback form for the anonymos users (Evgeny)
+* Optional restriction to have confirmed email address to join forum (Evgeny)
+* Optional list of allowed email addresses and email domain name for the new users (Evgeny)
+* Optional support for unicode slugs (Evgeny)
* Optionally allow limiting one answer per question per person (Evgeny)
* Added management command `build_livesettings_cache` (Adolfo)
* Administrators can post under fictional user accounts without logging out (jtrain, Evgeny)