diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-07 23:52:08 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-07 23:52:08 -0500 |
| commit | c721fde4f6dd60a4c6b752f5dbd7eceaf8822772 (patch) | |
| tree | 483329a778211051190afefb6056fbb96bc3b0ec /CHANGES.txt | |
| parent | 6067de3ec37e647e1be12f91151faa23d76ab7d4 (diff) | |
| download | pyramid-c721fde4f6dd60a4c6b752f5dbd7eceaf8822772.tar.gz pyramid-c721fde4f6dd60a4c6b752f5dbd7eceaf8822772.tar.bz2 pyramid-c721fde4f6dd60a4c6b752f5dbd7eceaf8822772.zip | |
move changelog entry to the right place
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 67b26d378..02f502711 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Next release ============ +Documentation +------------- + +- All references to events by interface + (e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference + their concrete classes (e.g. ``pyramid.events.NewRequest``) in + documentation about making subscriptions. + 1.0a1 (2010-11-05) ================== @@ -101,11 +109,6 @@ Documentation (delta from BFG 1.3) - The SQL Wiki tutorial was updated to take into account changes to the ``pyramid_routesalchemy`` paster template. -- All references to events by interface - (e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference - their concrete classes (e.g. ``pyramid.events.NewRequest``) in - documentation about making subscriptions. - Backwards Incompatibilities (with BFG 1.3) ------------------------------------------ |
