summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-21 17:08:02 -0500
committerChris McDonough <chrism@plope.com>2010-11-21 17:08:02 -0500
commit957f614be664cb3b2015c39e2ac3441b7fda2f1b (patch)
tree048584e5963a8dbd9981021ae37862c2a36c7a8c /CHANGES.txt
parent12423894aa3facd9b6daa556cbc8cd8a5213c788 (diff)
downloadpyramid-957f614be664cb3b2015c39e2ac3441b7fda2f1b.tar.gz
pyramid-957f614be664cb3b2015c39e2ac3441b7fda2f1b.tar.bz2
pyramid-957f614be664cb3b2015c39e2ac3441b7fda2f1b.zip
- Add logging configuration to all paster templates.
- ``pyramid_alchemy``, ``pyramid_routesalchemy``, and ``pylons_sqla`` paster templates now use idiomatic SQLAlchemy configuration in their respective ``.ini`` files and Python code.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 36b610e10..a4481edb3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
Next release
============
+Features
+--------
+
+- Add logging configuration to all paster templates.
+
+- ``pyramid_alchemy``, ``pyramid_routesalchemy``, and ``pylons_sqla`` paster
+ templates now use idiomatic SQLAlchemy configuration in their respective
+ ``.ini`` files and Python code.
+
Bug Fixes
---------