Navigation Menu

Skip to content

Commit

Permalink
Add CHANGES.rst for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 6, 2013
1 parent 08b9f21 commit bb5251a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -6,7 +6,7 @@ of the django.contrib.comments_ application to be directly usable in web sites.
The features are: The features are:


* Ajax-based preview and posting of comments * 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. * Comment moderation, using Akismet_ integration and auto-closing after N days.
* E-mail notification to the site managers of new comments. * E-mail notification to the site managers of new comments.


Expand Down

0 comments on commit bb5251a

Please sign in to comment.