diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-21 13:36:07 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-21 13:36:07 -0500 |
| commit | b44b9302f7a89de5444177137a3c915756d1ce0b (patch) | |
| tree | 90ee87129f4d1468e7a924aa3f56bf12145ddd6b /CHANGES.txt | |
| parent | 2197ff06b492b7d1acf29df426c0fccd6d5dc98e (diff) | |
| download | pyramid-b44b9302f7a89de5444177137a3c915756d1ce0b.tar.gz pyramid-b44b9302f7a89de5444177137a3c915756d1ce0b.tar.bz2 pyramid-b44b9302f7a89de5444177137a3c915756d1ce0b.zip | |
- The ``pyramid_routesalchemy`` paster template's unit tests failed
(``AssertionError: 'SomeProject' != 'someproject'``). This is fixed.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 33e87a7c8..36b610e10 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Next release ============ +Bug Fixes +--------- + +- The ``pyramid_routesalchemy`` paster template's unit tests failed + (``AssertionError: 'SomeProject' != 'someproject'``). This is fixed. + Documentation ------------- |
