summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-09-06 15:35:10 -0700
committerJohn Anderson <sontek@gmail.com>2015-09-06 15:35:10 -0700
commite0a40abac5322f06022799f55f339d6f49b5abd8 (patch)
treee8ffb738d653ba328fdbb6b55df65967b5a19717
parentcb92023e9d0ddb56d20dcc445a5e028fec581342 (diff)
downloadpyramid-e0a40abac5322f06022799f55f339d6f49b5abd8.tar.gz
pyramid-e0a40abac5322f06022799f55f339d6f49b5abd8.tar.bz2
pyramid-e0a40abac5322f06022799f55f339d6f49b5abd8.zip
Added an entry to changelog
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 98fa7f85a..060af5bdb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -134,6 +134,9 @@ Features
that as the response class instead of the default ``HTTPFound``. See
https://github.com/Pylons/pyramid/pull/1610
+- Additional shells for ``pshell`` can now be registered as entrypoints. See
+ https://github.com/Pylons/pyramid/pull/1891
+
Bug Fixes
---------