diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..31e63dd --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,13 @@ +Version 0.8.0 +------------- + +First public release + +* Ajax-based preview and posting of comments +* Configurable form layouts using django-crispy-forms_ and settings to exclude fields. +* Comment moderation, using Akismet_ integration and auto-closing after N days. +* E-mail notification to the site managers of new comments. +* Rudimentary support for django-threadedcomments_ + +.. _django-crispy-forms: http://django-crispy-forms.readthedocs.org +.. _django-threadedcomments: https://github.com/HonzaKral/django-threadedcomments.git diff --git a/README.rst b/README.rst index 8bfff1f..36c0259 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ of the django.contrib.comments_ application to be directly usable in web sites. The features are: * Ajax-based preview and posting of comments -* Configurable form layouts using django-crispy-forms_. +* Configurable form layouts using django-crispy-forms_ and settings to exclude fields. * Comment moderation, using Akismet_ integration and auto-closing after N days. * E-mail notification to the site managers of new comments.