summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-03-07 23:09:02 +0000
committerChris McDonough <chrism@agendaless.com>2010-03-07 23:09:02 +0000
commit1a6e9e316162caeba171735372b32982bc2ede43 (patch)
tree8610c39c74b15212cb7a957d043c16e3e7e12abd /CHANGES.txt
parent9ccc37802589656907c6608eb6e008dbe9bcf075 (diff)
downloadpyramid-1a6e9e316162caeba171735372b32982bc2ede43.tar.gz
pyramid-1a6e9e316162caeba171735372b32982bc2ede43.tar.bz2
pyramid-1a6e9e316162caeba171735372b32982bc2ede43.zip
- The ``__name__`` value assigned to the returned object in the
``bfg_alchemy`` application template's ``MyApp`` model was an integer. This was incorrect. It is now a string.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5b43d7292..fd02f07ea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,16 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- Defer conditional import of IPython to avoid breakage under mod_wsgi.
+ http://bugs.repoze.org/issue138
+
+- The ``__name__`` value assigned to the returned object in the
+ ``bfg_alchemy`` application template's ``MyApp`` model was an
+ integer. This was incorrect. It is now a string.
+
1.2 (2010-02-10)
================
@@ -17,9 +30,6 @@ Backwards Incompatibilities
Bug Fixes
---------
-- Defer conditional import of IPython to avoid breakage under mod_wsgi.
- http://bugs.repoze.org/issue138
-
- More correct conversion of provided ``renderer`` values to resource
specification values (internal).