summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-14 14:46:47 -0700
committerChris McDonough <chrism@plope.com>2012-03-14 14:46:47 -0700
commit4d22adc0ea7a53158c1e7e5489cac8d63db80a06 (patch)
treeeafbebec3e6333dcf5d57bc1d4d6b9efc07ccc53 /CHANGES.txt
parent34942793f03dea9d7f13b6e00d34946dee98d098 (diff)
parenta678380044bdb762fbff7559dc2f9b7e671e5337 (diff)
downloadpyramid-4d22adc0ea7a53158c1e7e5489cac8d63db80a06.tar.gz
pyramid-4d22adc0ea7a53158c1e7e5489cac8d63db80a06.tar.bz2
pyramid-4d22adc0ea7a53158c1e7e5489cac8d63db80a06.zip
Merge branch '1.3-branch'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index abdb3d80a..33db7b956 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,16 @@ Bug Fixes
- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving
``__text__``. See https://github.com/Pylons/pyramid/issues/461
+Scaffolds
+---------
+
+- The ``alchemy`` scaffold now shows an informative error message in the
+ browser if the person creating the project forgets to run the
+ initialization script.
+
+- The ``alchemy`` scaffold initialization script is now called
+ ``initialize_<projectname>_db`` instead of ``populate_<projectname>``.
+
1.3b2 (2012-03-02)
==================