summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-18 15:14:40 -0500
committerChris McDonough <chrism@plope.com>2011-01-18 15:14:40 -0500
commit079bb25384a6c7dff3acc7c0340a52adeb645c90 (patch)
treeb8d67558ac4807ddc735cfc1167cbe91c8f73852 /CHANGES.txt
parentbee62477293fc2c06c9fde4b28cbf35fbfcbaadb (diff)
downloadpyramid-079bb25384a6c7dff3acc7c0340a52adeb645c90.tar.gz
pyramid-079bb25384a6c7dff3acc7c0340a52adeb645c90.tar.bz2
pyramid-079bb25384a6c7dff3acc7c0340a52adeb645c90.zip
prep for 1.0a10
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt26
1 files changed, 15 insertions, 11 deletions
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. ``<include
@@ -49,9 +53,6 @@ Backwards Incompatibilities
``**settings`` passed to a Pyramid ``main`` function) has ceased to have any
meaning.
-- The ``starter_zcml`` paster template has been moved to the ``pyramid_zcml``
- package.
-
Features
--------
@@ -86,6 +87,9 @@ Paster Templates
``pyramid.testing.tearDown`` rather than creating a Configurator "by hand"
within their ``tests.py`` module, as per decision in features above.
+- The ``starter_zcml`` paster template has been moved to the ``pyramid_zcml``
+ package.
+
Documentation
-------------