SVN: zope.formlib/trunk/CHANGES.txt Catch changelog up with today's fixes.
Tres Seaver <[email protected]> Sat, 24 Apr 2010 17:05:41 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20100424210541.BCA62941C1__43228.9447672248$1272143150$gmane$org@cvs.zope.org> |
Log message for revision 111393: Catch changelog up with today's fixes. Changed: U zope.formlib/trunk/CHANGES.txt -=- Modified: zope.formlib/trunk/CHANGES.txt =================================================================== --- zope.formlib/trunk/CHANGES.txt 2010-04-24 21:05:40 UTC (rev 111392) +++ zope.formlib/trunk/CHANGES.txt 2010-04-24 21:05:41 UTC (rev 111393) @@ -5,10 +5,13 @@ 4.0.3 (unreleased) ================== -- Improve truth testing for ItemDisplayWidget [LP:159232] +- Improve display of the "nothing selected" case for optional Choice fields + [LP:111361]. -- Don't blow up if TypeError raised during token conversion [LP:98491] +- Improve truth testing for ItemDisplayWidget [LP:159232]. +- Don't blow up if TypeError raised during token conversion [LP:98491]. + 4.0.2 (2010-03-07) ==================