Skip to content

Commit

Permalink
RST fixed in README
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jun 29, 2012
1 parent 9395214 commit c229e3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Changelog
**v0.2**

* Made the API saner to use (*backwards incompatible*):

- ``yell.Yell`` became ``yell.Notification``
- ``yell.yell`` became ``yell.notify``
- ``yell.decorators.yelling`` became ``yell.decorators.notification``
Expand Down
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,16 @@ Using notification classes
# Only send emails
notify("buffalo", user = User.objects.get(id=1), backends = [BuffaloEmail])


Changelog
---------

**v0.2**

* Made the API saner to use (*backwards incompatible*):

- ``yell.Yell`` became ``yell.Notification``
- ``yell.yell`` became ``yell.notify``
- ``yell.decorators.yelling`` became ``yell.decorators.notification``


0 comments on commit c229e3f

Please sign in to comment.