diff --git a/README.rst b/README.rst index 7cf72c4..ebcdec7 100644 --- a/README.rst +++ b/README.rst @@ -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`` diff --git a/docs/index.rst b/docs/index.rst index 3882ff5..ebcdec7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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`` + +