summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2007-11-16 21:26:35 +0000
committerChris McDonough <chrism@plope.com>2007-11-16 21:26:35 +0000
commitfc9d416d5e6ea227efb796b3f66d4ddd8c4a21a9 (patch)
tree4986666b54f6741486ce78f5c8b532700d25a404
parent1138edba17172249f329004126c6a3cc8a78b400 (diff)
downloadzope-tal-fc9d416d5e6ea227efb796b3f66d4ddd8c4a21a9.tar.gz
Explain.
-rw-r--r--CHANGES.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 53608d0..bf8b4bd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,13 +2,17 @@
CHANGES
=======
-Next Release
-------------
+3.4.1 (2007-11-16)
+------------------
-- Removed unnecessary 'dummyengine' dependency on zope.i18n to
- simplify distribution.
+- Removed unnecessary ``dummyengine`` dependency on zope.i18n to
+ simplify distribution. The ``dummyengine.DummyTranslationDomain``
+ class no longer implements
+ ``zope.i18n.interfaces.ITranslationDomain`` as a result. Installing
+ zope.tal with easy_install or buildout no longer pulls in many
+ unrelated distributions.
-- Supprort ability to run tests using "setup.py test".
+- Support ability to run tests using "setup.py test".
- Stop pinning (no longer required) zope.traversing and
zope.app.publisher versions in buildout.cfg.