Code

Remove duplication: use a 'extra_config' attribute which is appended
[roundup.git] / CHANGES.txt
index 21c24da891e841f68fd88a0ff6fd8f2d6a2e6465..7ef8fda1e4e4dafe8e3dab1d23a5472df9668bd0 100644 (file)
@@ -24,6 +24,9 @@ Fixed:
   (bug #798659).
 - Remove empty lines before sending strings off to the csv parser 
   (bug #821364).
+- Date arithmetic was utterly broken, and has been for a long time.
+  Date +/- Interval now works, and Date - Date also works (produces
+  an Interval.
 
 Cleanup:
 - Replace curuserid attribute on Database with the extended getuid() method.