From 41468fbaa81a4658c57bfdee724986fd98592bd0 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Tue, 31 May 2016 18:48:05 +0200
Subject: [PATCH] Changelog for #22 / #24.

---
 CHANGES.rst |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index a7be964..d507b75 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,15 +8,18 @@
 
 - Drop support for Python 2.6 and 3.2.
 
+- ``_auth_tkt`` / ``plugins.auth_tkt``:  add support for any hash algorithm
+  supported by the ``hashlib`` module in Python's standard library.
+  Fixes #22 via #23.
+
 - ``plugins.auth_tkt``:  Fix storage of "userdata" to save dict.  Fixes
-  https://github.com/repoze/repoze.who/issues/14 via
-  https://github.com/repoze/repoze.who/pull/18.
+  #14 via #18.
 
 - middleware:  avoid UnboundLocalError when wrapped generater yields no
   items.  See:  http://bugs.repoze.org/issue184
 
 - Make cookie expiration date RFC-2616 compliant (independent of locale,
-  including 'GMT' zone). See https://github.com/repoze/repoze.who/pull/11
+  including 'GMT' zone). See #11.
 
 2.2 (2013-05-17)
 ----------------

--
Gitblit v1.9.3