diff options
-rwxr-xr-x | apidoc/changelog.rst | 4 | ||||
-rwxr-xr-x | bottle.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/apidoc/changelog.rst b/apidoc/changelog.rst index 2aa8323..776e03e 100755 --- a/apidoc/changelog.rst +++ b/apidoc/changelog.rst @@ -5,6 +5,10 @@ Release Notes and Changelog =========================== +Bugfix Release 0.8.4 +===================== + +* Fixed "Using DictMixins with the @view decorator" (Issue #102 and #103) Bugfix Release 0.8.3 ===================== @@ -62,7 +62,7 @@ This is an example:: from __future__ import with_statement __author__ = 'Marcel Hellkamp' -__version__ = '0.8.3' +__version__ = '0.8.4' __license__ = 'MIT' import base64 |