summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7440794ee..42f07a275 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,9 @@ Features
- Python 3.2 compatibility.
+- New ``pyramid.compat`` module and API documentation which provides Python
+ 2/3 straddling support for Pyramid add-ons and development environments.
+
- A ``mako.directories`` setting is no longer required to use Mako templates
Rationale: Mako template renderers can be specified using an absolute asset
spec. An entire application can be written with such asset specs,
@@ -27,6 +30,9 @@ Bug Fixes
- The AuthTktAuthenticationPolicy did not use a timing-attack-aware string
comparator. See https://github.com/Pylons/pyramid/pull/320 for more info.
+- The DummySession in ``pyramid.testing`` now generates a new CSRF token if
+ one doesn't yet exist.
+
Backwards Incompatibilities
---------------------------
@@ -61,3 +67,13 @@ Dependencies
- Pyramid no longer depends on the Paste or PasteScript packages.
+Scaffolds
+---------
+
+- Rendered scaffolds have now been changed to be more relocatable (fewer
+ mentions of the package name within files in the package).
+
+- The ``alchemy`` scaffold has been removed.
+
+- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
+