[Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/CHANGES.txt Some description of what happened.
Martijn Faassen
faassen at startifact.com
Sat Jan 2 14:09:48 EST 2010
Log message for revision 107571:
Some description of what happened.
Changed:
U zope.formlib/branches/faassen-zaf/CHANGES.txt
-=-
Modified: zope.formlib/branches/faassen-zaf/CHANGES.txt
===================================================================
--- zope.formlib/branches/faassen-zaf/CHANGES.txt 2010-01-02 19:04:23 UTC (rev 107570)
+++ zope.formlib/branches/faassen-zaf/CHANGES.txt 2010-01-02 19:09:48 UTC (rev 107571)
@@ -5,8 +5,17 @@
4.0 (unreleased)
===================
-- ...
+- Widget implementation and all widgets from zope.app.form have been
+ moved into zope.formlib, breaking zope.formlib's dependency on
+ zope.app.form.
+ Widgets can all be imported from ``zope.formlib.widgets``.
+
+ Widget base classes and render functionality is in
+ ``zope.formlib.widget``.
+
+ All relevant widget interfaces are now in ``zope.formlib.interfaces``.
+
3.10.0 (2009-12-22)
===================
More information about the Zope3-Checkins
mailing list