summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapidoc/changelog.rst4
-rwxr-xr-xbottle.py2
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
=====================
diff --git a/bottle.py b/bottle.py
index fd3dc62..8a7cae4 100755
--- a/bottle.py
+++ b/bottle.py
@@ -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