Mercurial > p > roundup > code
diff CHANGES.txt @ 1143:c7119e74fcf8
Fixed:
. handling of None for Date/Interval/Password values in export/import
. handling of journal values in export/import
Also played with metakit backend some, fixing some of the unit tests
breakages. Hrm.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Sep 2002 08:20:13 +0000 |
| parents | 65e9dd4b59e1 |
| children | db13f46cb5f9 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Sep 13 04:57:38 2002 +0000 +++ b/CHANGES.txt Fri Sep 13 08:20:13 2002 +0000 @@ -1,6 +1,10 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2002-09-?? 0.5.0 ???? + . handling of None for Date/Interval/Password values in export/import + . handling of journal values in export/import + 2002-09-13 0.5.0 beta2 . all backends now have a .close() method, and it's used everywhere . fixed bug in detectors __init__
