Mercurial > p > roundup > code
diff CHANGES.txt @ 4805:9c8502990454
Document recent changes
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 08 Jul 2013 17:23:10 +0200 |
| parents | f61bd780892e |
| children | a072b35d0606 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 08 16:55:20 2013 +0200 +++ b/CHANGES.txt Mon Jul 08 17:23:10 2013 +0200 @@ -3,7 +3,21 @@ Each entry has the developer who committed the change in brackets. Entries without name were done by Richard Jones. -2013-06-06: 1.5.0 +2013-??-??: 1.5.1 + +Features: + +Fixed: + +- Fix Release-date of 1.5.0 in this file (thanks to Bernhard for + discovery) (Ralf Schlatterbeck) +- Pythons cgi form code can return a TypeError, we now guard for this + condition. (Ralf Schlatterbeck) +- Small bug-fix in SQL backends: An query (e.g. in a html menu) with a + where-clause that always evaluates to false now will not raise a + traceback. (Ralf Schlatterbeck) + +2013-07-06: 1.5.0 Features:
