diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-10 02:55:13 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-10 02:55:13 -0400 |
| commit | 0a8d50f1e227acbfd5a9d63a61a4b383ee63c1c1 (patch) | |
| tree | 5acb9291e49e5261d4dd5db715a74d82ecee3253 | |
| parent | 5f3c574f402427909b2473472fe0bd94e144362d (diff) | |
| download | pyramid-0a8d50f1e227acbfd5a9d63a61a4b383ee63c1c1.tar.gz pyramid-0a8d50f1e227acbfd5a9d63a61a4b383ee63c1c1.tar.bz2 pyramid-0a8d50f1e227acbfd5a9d63a61a4b383ee63c1c1.zip | |
add change note
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 457bfc7b7..68799da4a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -162,6 +162,9 @@ Bug Fixes instance of DummyResource to be "falsy" instead of "truthy". See https://github.com/Pylons/pyramid/pull/1032 +- The ``alchemy`` scaffold would break when the database was MySQL during + tables creation. See https://github.com/Pylons/pyramid/pull/1049 + 1.4 (2012-12-18) ================ |
