diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-21 19:59:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-21 19:59:36 -0400 |
| commit | 73c0aee5571bbdd7273033eda3a798d5597a76af (patch) | |
| tree | 3802a64937dc63db02f3c7ecb07ac0fb8ebc1720 /CHANGES.txt | |
| parent | 0eaa60f8bd4c0e76ec35fd9cd25b0f90fb9019e0 (diff) | |
| download | pyramid-73c0aee5571bbdd7273033eda3a798d5597a76af.tar.gz pyramid-73c0aee5571bbdd7273033eda3a798d5597a76af.tar.bz2 pyramid-73c0aee5571bbdd7273033eda3a798d5597a76af.zip | |
- Add a deprecation warning for non-API function
``pyramid.renderers.renderer_from_name`` which has seen use in the wild.
- Add a ``clone`` method to ``pyramid.renderers.RendererHelper`` for use by
the ``pyramid.view.view_config`` decorator.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 609f62bd3..bb5828811 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,12 @@ Internals - Remove ``compat`` code that served only the purpose of providing backwards compatibility with Python 2.4. +- Add a deprecation warning for non-API function + ``pyramid.renderers.renderer_from_name`` which has seen use in the wild. + +- Add a ``clone`` method to ``pyramid.renderers.RendererHelper`` for use by + the ``pyramid.view.view_config`` decorator. + Documentation ------------- |
