diff options
| -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) ------------------------------------------ |
