From 6a3184b3e02015ac3349d87c1f96a68827b47990 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 16:57:28 -0400 Subject: - The ``bfgshell`` paster command is now named ``pshell``. --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8d3bfe3a0..a48e3556d 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,6 @@ Backwards Incompatibilities (with BFG 1.3.X) - The literal pattern ``{}`` 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``. + -- cgit v1.2.3 From cba2e1b549bf97333c155c4ca87860811dd4d2ef Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 17:15:01 -0400 Subject: bfg-> pyramid --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index a48e3556d..dcfdbcaaa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -87,3 +87,6 @@ Backwards Incompatibilities (with BFG 1.3.X) - 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``. -- cgit v1.2.3