diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-21 18:15:43 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-21 18:15:43 -0500 |
| commit | e269038f5328f80edaa7cceb73b8a176204ecc63 (patch) | |
| tree | a65cab71dcfdccf4bba3b7bb8d15ebcf7927426b /CHANGES.txt | |
| parent | 5369c85e1153fadbc2db22975c30bd1050e28d7a (diff) | |
| download | pyramid-e269038f5328f80edaa7cceb73b8a176204ecc63.tar.gz pyramid-e269038f5328f80edaa7cceb73b8a176204ecc63.tar.bz2 pyramid-e269038f5328f80edaa7cceb73b8a176204ecc63.zip | |
- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API
chapter (has ``implementation()`` method, required to be used when getting
at Chameleon macros).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9fa66ce1f..9d9a9ee5a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,6 +26,10 @@ Documentation - SQLAlchemy+URLDispatch tutorial updated to integrate changes to ``pyramid_routesalchemy`` template. +- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API + chapter (has ``implementation()`` method, required to be used when getting + at Chameleon macros). + 1.0a4 (2010-11-21) ================== |
