diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-07 23:45:27 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-07 23:45:27 -0500 |
| commit | 6067de3ec37e647e1be12f91151faa23d76ab7d4 (patch) | |
| tree | 37c4bb190dc5b17b08b0779b0976e2a053ff8933 /CHANGES.txt | |
| parent | 0476846873e55a5d5f43a7d0ee0a83a260788264 (diff) | |
| download | pyramid-6067de3ec37e647e1be12f91151faa23d76ab7d4.tar.gz pyramid-6067de3ec37e647e1be12f91151faa23d76ab7d4.tar.bz2 pyramid-6067de3ec37e647e1be12f91151faa23d76ab7d4.zip | |
- 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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f9dcee32c..67b26d378 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -101,6 +101,11 @@ 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) ------------------------------------------ |
