summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-10-11 12:36:25 -0500
committerMichael Merickel <michael@merickel.org>2015-10-11 12:36:25 -0500
commit803f94d51f5d630a99b9aa2c47f7de40a5d75ea1 (patch)
tree5354cf61b243049703d211854fc9f19d48696ef0 /CHANGES.txt
parent9b674ffd9a014c0eb2b6cd620164f85ea855e229 (diff)
parentb932a45f834ae6bdb5850a2c58d1317844b32914 (diff)
downloadpyramid-803f94d51f5d630a99b9aa2c47f7de40a5d75ea1.tar.gz
pyramid-803f94d51f5d630a99b9aa2c47f7de40a5d75ea1.tar.bz2
pyramid-803f94d51f5d630a99b9aa2c47f7de40a5d75ea1.zip
Merge pull request #1891 from sontek/use_entry_points_for_shells
Use entry points for pshell
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 7c8a9080a..8ed3e1137 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
---------