summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-05 22:38:29 -0600
committerMichael Merickel <michael@merickel.org>2015-02-05 22:38:29 -0600
commit86f4d59b23f91f4a070417bebe1302661d761b2f (patch)
tree0793b694bd26bd2f97a28a82d279ee5d4528a874 /CHANGES.txt
parent31e4924465304f8b01b8c04b22085bf24f40096e (diff)
downloadpyramid-86f4d59b23f91f4a070417bebe1302661d761b2f.tar.gz
pyramid-86f4d59b23f91f4a070417bebe1302661d761b2f.tar.bz2
pyramid-86f4d59b23f91f4a070417bebe1302661d761b2f.zip
update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b1bd36904..22c7a20c2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -77,6 +77,9 @@ Features
output by showing the module instead of just ``__repr__``.
See https://github.com/Pylons/pyramid/pull/1488
+- Support keyword-only arguments and function annotations in views in
+ Python 3. See https://github.com/Pylons/pyramid/pull/1556
+
Bug Fixes
---------