[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Document the
recent change.
Philipp von Weitershausen
philikon at philikon.de
Tue Oct 11 14:42:10 EDT 2005
Log message for revision 39065:
Document the recent change.
Changed:
U Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2005-10-11 18:40:10 UTC (rev 39064)
+++ Zope3/trunk/doc/CHANGES.txt 2005-10-11 18:42:09 UTC (rev 39065)
@@ -74,6 +74,25 @@
Restructuring
+ - Mutable MessageIDs have been deprecated and will be removed in
+ Zope 3.3. From now on, please use
+
+ zope.i18nmessageid.Message{Factory}
+
+ instead of
+
+ zope.i18nmessageid.MessageID{Factory}
+
+ and
+
+ zope.app.i18n.ZopeMessageFactory
+
+ instead of
+
+ zope.app.i18n.ZopeMessageIDFactory
+
+ Zope itself now uses immutable messages everywhere.
+
Bug Fixes
- Fixed issue #450: ignore python level CookieError and report them
@@ -94,7 +113,8 @@
Much thanks to everyone who contributed to this release:
Stephan Richter, Roger Ineichen, Marius Gedminas, Julien Anguenot, Benji
- York, Gary Poster, Jim Fulton, Michael Kerrin, Torsten Kurbad.
+ York, Gary Poster, Jim Fulton, Michael Kerrin, Torsten Kurbad,
+ Philipp von Weitershausen
Note: If you are not listed and contributed, please add yourself. This
note will be deleted before the release.
More information about the Zope3-Checkins
mailing list