From 079bb25384a6c7dff3acc7c0340a52adeb645c90 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 18 Jan 2011 15:14:40 -0500 Subject: prep for 1.0a10 --- CHANGES.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0cce2e28e..71982e78b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.0a10 (2011-01-18) +=================== Bug Fixes --------- @@ -13,16 +13,20 @@ Backwards Incompatibilities - The ``add_handler`` method of a Configurator has been removed from the Pyramid core. Handlers are now a feature of the ``pyramid_handlers`` package, which can be downloaded from PyPI. Documentation for the package - should be available via http://pylonsproject.org, which describes how to - get this method back after depending upon ``pyramid_handlers`` as an - ``install_requires`` dependency. + should be available via + http://pylonsproject.org/projects/pyramid_handlers/dev, which describes how + to add a configuration statement to your ``main`` block to reobtain this + method. You will also need to add an ``install_requires`` dependency upon + ``pyramid_handlers`` to your ``setup.py`` file. - The ``load_zcml`` method of a Configurator has been removed from the Pyramid core. Loading ZCML is now a feature of the ``pyramid_zcml`` package, which can be downloaded from PyPI. Documentation for the package - should be available via http://pylonsproject.org, which describes how to - get this method back after depending upon ``pyramid_zcml`` as an - ``install_requires`` dependency. + should be available via + http://pylonsproject.org/projects/pyramid_zcml/dev, which describes how + to add a configuration statement to your ``main`` block to reobtain this + method. You will also need to add an ``install_requires`` dependency upon + ``pyramid_zcml`` to your ``setup.py`` file. - The ``pyramid.includes`` subpackage has been removed. ZCML files which use include the package ``pyramid.includes`` (e.g. ``