diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-19 16:11:42 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-19 16:17:29 -0700 |
| commit | 23a7c6d7835ca0745968d522a6d9b329d45bc635 (patch) | |
| tree | f13caa93c1c3b9bad3b0068a37c343735e324718 | |
| parent | 50e1a3b596b3c33c2254163e52eacfb1a519450c (diff) | |
| download | pyramid-23a7c6d7835ca0745968d522a6d9b329d45bc635.tar.gz pyramid-23a7c6d7835ca0745968d522a6d9b329d45bc635.tar.bz2 pyramid-23a7c6d7835ca0745968d522a6d9b329d45bc635.zip | |
update CHANGES.txt
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d087bf43b..86257cc22 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,12 @@ Features ``pyramid.config.Configurator.add_static_view``. This allows externally-hosted static URLs to be generated based on the current protocol. +- The ``AuthTktAuthenticationPolicy`` now supports IPv6 addresses when using + the ``include_ip=True`` option. This is possibly incompatible with + alternative ``auth_tkt`` implementations, as the specification does not + define how to properly handle IPv6. See + https://github.com/Pylons/pyramid/issues/831. + Bug Fixes --------- |
