summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-02-21 22:23:29 -0600
committerMichael Merickel <michael@merickel.org>2014-02-21 22:25:36 -0600
commit04c1b6601ca48e105dc8cdafd33b7958e17dd017 (patch)
tree65bd8944c32beb6d74ed28221f7f91c21d1d5489 /docs
parente2e72c48ee81e0f35f17e0120b2bf5a3de60b35d (diff)
downloadwebob-fix.136.tar.gz
fix #136, allow high order chars in SignedSerializer secret/saltfix.136
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 814a430..4dd6950 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,6 +1,15 @@
News
====
+unreleased
+----------
+
+Bug Fixes
+~~~~~~~~~
+
+- Fix a bug in ``SignedSerializer`` preventing secrets from containing
+ higher-order characters. See https://github.com/Pylons/webob/issues/136
+
1.3.1 (2013-12-13)
------------------