summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 109f6c9..53608d0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,17 @@
CHANGES
=======
+Next Release
+------------
+
+- Removed unnecessary 'dummyengine' dependency on zope.i18n to
+ simplify distribution.
+
+- Supprort ability to run tests using "setup.py test".
+
+- Stop pinning (no longer required) zope.traversing and
+ zope.app.publisher versions in buildout.cfg.
+
3.4.0 (2007-10-03)
------------------
@@ -14,6 +25,5 @@ CHANGES
- Updated dependency for ``zope.i18n`` that requires the correct version of
zope.security to avoid a hidden dependency issue in zope.security.
-
Note: The code changes before 3.4.0b1 where not tracked as an individual
package and have been documented in the Zope 3 changelog.