diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-09 23:50:48 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-09 23:50:58 -0600 |
| commit | 909486ab9321bbac8018e202a42b290a096d2705 (patch) | |
| tree | 86ce507ef8b17499e876fffabf29bf9c27154d78 | |
| parent | 4ab86889855b648493f5f835028bb8a70cb0d043 (diff) | |
| download | pyramid-909486ab9321bbac8018e202a42b290a096d2705.tar.gz pyramid-909486ab9321bbac8018e202a42b290a096d2705.tar.bz2 pyramid-909486ab9321bbac8018e202a42b290a096d2705.zip | |
update changelog for #1373
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 617e1497c..0605ed308 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -43,6 +43,10 @@ Bug Fixes - ``pcreate`` now normalizes the package name by converting hyphens to underscores. See https://github.com/Pylons/pyramid/pull/1376 +- Fix an issue with the final response/finished callback being unable to + add another callback to the list. See + https://github.com/Pylons/pyramid/pull/1373 + Docs ---- |
