summaryrefslogtreecommitdiff
path: root/apidoc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/changelog.rst')
-rwxr-xr-xapidoc/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/apidoc/changelog.rst b/apidoc/changelog.rst
index 1b2b561..23a35a3 100755
--- a/apidoc/changelog.rst
+++ b/apidoc/changelog.rst
@@ -15,6 +15,11 @@ This changes are not released yet and are only part of the development documenta
* A new hook-API to inject code immediately before or after the execution of handler callbacks.
* The :meth:`Bottle.route` decorator got a lot of new features. See API documentation for details.
+* The :attr:`Request.headers` dict is now guaranteed to contain native strings but still allows access to the raw data provided by the WSGI environment (see :class:`WSGIHeaderDict`).
+
+.. rubric:: API changes
+
+* :attr:`Request.header` is now :attr:`Request.headers`
Bugfix Release 0.8.3