diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-05 22:38:29 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-05 22:38:29 -0600 |
| commit | 86f4d59b23f91f4a070417bebe1302661d761b2f (patch) | |
| tree | 0793b694bd26bd2f97a28a82d279ee5d4528a874 /CHANGES.txt | |
| parent | 31e4924465304f8b01b8c04b22085bf24f40096e (diff) | |
| download | pyramid-86f4d59b23f91f4a070417bebe1302661d761b2f.tar.gz pyramid-86f4d59b23f91f4a070417bebe1302661d761b2f.tar.bz2 pyramid-86f4d59b23f91f4a070417bebe1302661d761b2f.zip | |
update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
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 --------- |
