summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-10-29 16:03:20 -0700
committerBen Bangert <ben@groovie.org>2010-10-29 16:03:20 -0700
commit8b0d7ce11cb836b9073010d524cb7f636f1649ec (patch)
treee8f0309546ebb8c40ee83a5416f60e4f12ccfb65 /CHANGES.txt
parent17e70c8db9140c0b4062f46ef5eb4527d678b793 (diff)
parent71ff1038f9ae7578e303ca9f657d34e4ee09305a (diff)
downloadpyramid-8b0d7ce11cb836b9073010d524cb7f636f1649ec.tar.gz
pyramid-8b0d7ce11cb836b9073010d524cb7f636f1649ec.tar.bz2
pyramid-8b0d7ce11cb836b9073010d524cb7f636f1649ec.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8d3bfe3a0..dcfdbcaaa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,9 @@ Features (delta from BFG 1.3.X)
paster templates. An import of ``pyramid.view.bfg_view``, however,
will continue to work "forever".
+- New API methods in ``pyramid.session``: ``signed_serialize`` and
+ ``signed_deserialize``.
+
Documentation (delta from BFG 1.3)
-----------------------------------
@@ -81,3 +84,9 @@ Backwards Incompatibilities (with BFG 1.3.X)
- The literal pattern ``{<anything>}`` is no longer permitted in route
patterns (due to the addition of squiggly route pattern syntax
support).
+
+- The ``bfgshell`` paster command is now named ``pshell``.
+
+- The Venusian "category" for all built-in Venusian decorators
+ (e.g. ``subscriber`` and ``view_config``/``bfg_view``) is now
+ ``pyramid`` instead of ``bfg``.