diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-29 16:57:28 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-29 16:57:28 -0400 |
| commit | 6a3184b3e02015ac3349d87c1f96a68827b47990 (patch) | |
| tree | 052c1fa688ddc4319be38123237177b7e93dca80 /CHANGES.txt | |
| parent | bba6d8bd106b39a617a637726cb2e0cc065cf5b8 (diff) | |
| download | pyramid-6a3184b3e02015ac3349d87c1f96a68827b47990.tar.gz pyramid-6a3184b3e02015ac3349d87c1f96a68827b47990.tar.bz2 pyramid-6a3184b3e02015ac3349d87c1f96a68827b47990.zip | |
- The ``bfgshell`` paster command is now named ``pshell``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 ``{<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``. + |
