diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-17 17:26:20 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-17 17:26:20 -0500 |
| commit | cb96e27f0a4c0bf730c5dfdd5eb7c0c8420e3c7d (patch) | |
| tree | d0905c057a6c9a4194c12c838d93717abd420a2e /CHANGES.txt | |
| parent | c7342c556303462fcdac54430be80a4d814e7869 (diff) | |
| download | pyramid-cb96e27f0a4c0bf730c5dfdd5eb7c0c8420e3c7d.tar.gz pyramid-cb96e27f0a4c0bf730c5dfdd5eb7c0c8420e3c7d.tar.bz2 pyramid-cb96e27f0a4c0bf730c5dfdd5eb7c0c8420e3c7d.zip | |
- Removed ``zodbsessions`` tutorial chapter. It's still useful, but we now
have a SessionFactory abstraction which competes with it, and maintaining
documentation on both ways to do it is a distraction.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c775bd422..7f1390186 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,6 +28,13 @@ Deprecations ``settings`` attribute of the registry available from the request (``request.registry.settings``). +Documentation +------------- + +- Removed ``zodbsessions`` tutorial chapter. It's still useful, but we now + have a SessionFactory abstraction which competes with it, and maintaining + documentation on both ways to do it is a distraction. + 1.0a3 (2010-11-16) ================== |
