summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-12 10:42:56 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-12 10:42:56 -0300
commit5fc69cc2dfc49ef0ab8b776a99ee3f3baf840b58 (patch)
tree4c4318c1b676d80732f8092e684718279d927e86
parent64cf5d12cd1c8bc14f29d96f1247b9993d5af7f6 (diff)
downloadaskbot-5fc69cc2dfc49ef0ab8b776a99ee3f3baf840b58.tar.gz
askbot-5fc69cc2dfc49ef0ab8b776a99ee3f3baf840b58.tar.bz2
askbot-5fc69cc2dfc49ef0ab8b776a99ee3f3baf840b58.zip
updated changelog with new features
-rw-r--r--askbot/doc/source/changelog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index f5013742..f9ec387a 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,6 +1,13 @@
Changes in Askbot
=================
+Development version (not released yet)
+--------------------------------------
+* Added settings for email subscription defaults (Adolfo)
+* Resolved `bug #102<http://bugs.askbot.org/issues/102>`_ - duplicate notifications on posts with mentions
+* Added color-animated transitions when urls with hash tags are visited
+* Repository tags will be `automatically added <http://askbot.org/en/question/345/can-git-tags-be-created-for-each-of-the-releases>`_ to new releases
+
0.7.25 (Current Version)
------------------------
* RSS feed for individual question (Sayan Chowdhury)