diff --git a/.travis.yml b/.travis.yml index 348e395..3c90223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,4 @@ branches: only: - master - 0.3.x + - 0.4.x diff --git a/CHANGES.rst b/CHANGES.rst index a754db0..b06929f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.4 - Unreleased +0.4 - 2015-09-12 ---------------- - Fully require the ``bot`` argument for all methods. @@ -18,7 +18,8 @@ Changelog be dropped once validation of argument signature for the provided callables can be done. - A ``LastActivity`` feature; can be used as a ``!seen`` trigger to - get back a rough idea on when the user was last seen. + get back a rough idea on when the user was last seen. This intends to + be a demo implementation. - Test client class now supports scheduling properly; clear method now works as intended. - Other minor cleanup and updated tests.