diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-22 19:39:45 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-22 19:39:45 -0400 |
| commit | cc85e7a96ccbb1671514adb1a1b1992fd1f02461 (patch) | |
| tree | 5511054ab648bec149a645f6e4b2354aaf59198e /CHANGES.txt | |
| parent | e7e35e87343ce43a8b368076089a95e18aba665f (diff) | |
| download | pyramid-cc85e7a96ccbb1671514adb1a1b1992fd1f02461.tar.gz pyramid-cc85e7a96ccbb1671514adb1a1b1992fd1f02461.tar.bz2 pyramid-cc85e7a96ccbb1671514adb1a1b1992fd1f02461.zip | |
prep for 1.1a2
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6522297ec..0bb15c35b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,12 @@ -Next release -============ +1.1a2 (2011-06-22) +================== Bug Fixes --------- - 1.1a1 broke Akhet by not providing a backwards compatibility import shim for ``pyramid.paster.PyramidTemplate``. Now one has been added, although a - deprecation warning is raised. + deprecation warning is emitted when Akhet imports it. - If multiple specs were provided in a single call to ``config.add_translation_dirs``, the directories were inserted into the @@ -20,8 +20,8 @@ Backwards Incompatibilities - The pyramid Router attempted to set a value into the key ``environ['repoze.bfg.message']`` when it caught a view-related exception - for backwards compatibility with :mod:`repoze.bfg` during error handling. - It did this by using code that looked like so:: + for backwards compatibility with applications written for ``repoze.bfg`` + during error handling. It did this by using code that looked like so:: # "why" is an exception object try: |
