summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-29 02:54:17 -0400
committerChris McDonough <chrism@plope.com>2010-10-29 02:54:17 -0400
commit14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb (patch)
treebc1f3db2431427303e91b0da4da577f6e9a2b9fb /CHANGES.txt
parent04ebd572a92f6681209c70c42192775c63cd16cd (diff)
downloadpyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.tar.gz
pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.tar.bz2
pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.zip
pylons paster templates
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1e4d73c6c..d7f5b7a4f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -31,11 +31,23 @@ Features (delta from BFG 1.3.X)
- Using ``request.session`` now returns a (dictionary-like) session
object if a session factory has been configured.
+- New module: ``pyramid.personality.pylons``: contains Pylons-specific
+ features.
+
+- The request now has a new attribute: ``tmpl_context`` for benefit of
+ Pylons users.
+
Documentation (delta from BFG 1.3)
-----------------------------------
- Added a ``pyramid.httpexceptions`` API documentation chapter.
+- Added a ``pyramid.session`` API documentation chapter.
+
+- Added a ``Session Objects`` narrative documentation chapter.
+
+- Added an API chapter for the ``pyramid.personality`` module.
+
Backwards Incompatibilities (with BFG 1.3.X)
--------------------------------------------