summaryrefslogtreecommitdiff
path: root/docs/source/changes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/changes.rst')
-rw-r--r--docs/source/changes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index 81b032c..e67e8af 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,10 @@
+0.4.3
+=====
+* Fixed several bugs for RestController.
+* Fixed a bug in security handling for generic controllers.
+* Resolved a bug in `_default` handlers used in `RestController`.
+* Persist `pecan.request.context` across internal redirects.
+
0.4.2
=====
* Remove a routing optimization that breaks the WSME pecan plugin.