summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-09 23:50:48 -0600
committerMichael Merickel <michael@merickel.org>2014-11-09 23:50:58 -0600
commit909486ab9321bbac8018e202a42b290a096d2705 (patch)
tree86ce507ef8b17499e876fffabf29bf9c27154d78
parent4ab86889855b648493f5f835028bb8a70cb0d043 (diff)
downloadpyramid-909486ab9321bbac8018e202a42b290a096d2705.tar.gz
pyramid-909486ab9321bbac8018e202a42b290a096d2705.tar.bz2
pyramid-909486ab9321bbac8018e202a42b290a096d2705.zip
update changelog for #1373
-rw-r--r--CHANGES.txt4
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
----