diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-06 19:37:05 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-06 19:37:05 -0500 |
| commit | 8673fb4b8bea363bd7fb4ec469492f56e8d14bbb (patch) | |
| tree | 884e81c1c29de9296fa786a3259fb3e2a07d8cca /CHANGES.txt | |
| parent | 8b16681a173112b38d3bead7c654a8398f33c508 (diff) | |
| download | pyramid-8673fb4b8bea363bd7fb4ec469492f56e8d14bbb.tar.gz pyramid-8673fb4b8bea363bd7fb4ec469492f56e8d14bbb.tar.bz2 pyramid-8673fb4b8bea363bd7fb4ec469492f56e8d14bbb.zip | |
- Readd ``pyramid.traversal.model_path_tuple`` as an alias for
``pyramid.traversal.resource_path_tuple`` for backwards compatibility.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e66675e64..8dc422abf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,9 @@ Bug Fixes - The `self` argument was included in new methods of the ``ISession`` interface signature, causing ``pyramid_beaker`` tests to fail (jkrebs). +- Readd ``pyramid.traversal.model_path_tuple`` as an alias for + ``pyramid.traversal.resource_path_tuple`` for backwards compatibility. + Features -------- |
