diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-05 01:24:25 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-05 01:24:25 +0000 |
| commit | 589b98b13bfe41a805f367c4d29b986f1575c153 (patch) | |
| tree | c47aedb50b96229facfb80bf72067cc7748919d8 /CHANGES.txt | |
| parent | db2e0b36898ec22270e8d538ae810e8ed14237cc (diff) | |
| download | pyramid-589b98b13bfe41a805f367c4d29b986f1575c153.tar.gz pyramid-589b98b13bfe41a805f367c4d29b986f1575c153.tar.bz2 pyramid-589b98b13bfe41a805f367c4d29b986f1575c153.zip | |
- Applications which rely on ``zope.testing.cleanup.cleanUp` in unit
tests can still use that function indefinitely. However, for
maximum forward compatibility, they should import ``cleanUp`` from
``repoze.bfg.testing`` instead of from ``zope.testing.cleanup``.
The BFG paster templates and docs have been changed to use this
function instead of the ``zope.testing.cleanup`` version.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e089485a2..c66ffbca5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,22 @@ 0.8dev (unreleased) =================== +Features +-------- + - ``zope.testing`` is no longer a direct dependency, although our dependencies (such as ``zope.interface``, ``repoze.zcml``, etc) - still depend on it. + still depend on it. + +Backwards Incompatibilities +--------------------------- + +- Applications which rely on ``zope.testing.cleanup.cleanUp` in unit + tests can still use that function indefinitely. However, for + maximum forward compatibility, they should import ``cleanUp`` from + ``repoze.bfg.testing`` instead of from ``zope.testing.cleanup``. + The BFG paster templates and docs have been changed to use this + function instead of the ``zope.testing.cleanup`` version. 0.8a3 (2009-05-03) =================== |
