diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-04 22:38:03 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-04 23:13:51 -0500 |
| commit | 4315c0d5cf3224b8622c9b00cb6c72c86f1a9518 (patch) | |
| tree | 728a06880925b53d0c964cb67473c6745f58b918 | |
| parent | 82f9702c9cd8bb16b15d658e6d64c9c31b9fdc57 (diff) | |
| download | pyramid-4315c0d5cf3224b8622c9b00cb6c72c86f1a9518.tar.gz pyramid-4315c0d5cf3224b8622c9b00cb6c72c86f1a9518.tar.bz2 pyramid-4315c0d5cf3224b8622c9b00cb6c72c86f1a9518.zip | |
fix markup
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dbf27900f..5768ae2ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,15 +10,16 @@ Major Backward Incompatibilities - Add `pyramid_mako` and/or `pyramid_chameleon` as dependencies by adding them to the `install_requires` section of the package's `setup.py`. - - Update instances of the `Configurator` to include the required addons: + - Update instances of the ``pyramid.config.Configurator`` to include the + required addons: config.include('pyramid_chameleon') config.include('pyramid_mako') - - If any unit tests are invoking either `pyramid.renderers.render()` or - `pyramid.renderers.render_to_response()`, then the `Configurator` instance - at the root of the unit test should be also be updated to include the - addons, as shown above. + - If any unit tests are invoking either ``pyramid.renderers.render()`` or + ``pyramid.renderers.render_to_response()``, then the + ``pyramid.config.Configurator`` instance at the root of the unit test + should be also be updated to include the addons, as shown above. 1.5a1 (2013-08-30) ================== |
