summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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)
--------------------------------------------