Code

. Fixed bug in re generation in the filter (I hadn't finished the code ;)
[roundup.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9a35d1c022b4b7a8d74a12fe2ff873f85e9c88b1..d893fc16137206f63354101a81006b8777c8e75d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,7 +24,8 @@
    properties, etc.
  . Set the default index to sort on activity
 
-2001-07-XX - 0.1.3
+
+2001-07-19 - 0.1.3
  . Reldate now takes an argument "pretty" - when true, it pretty-prints the
    interval generated up to 5 days, then pretty-prints the date of last
    activity. The issue index and item now use the pretty format.
@@ -43,3 +44,9 @@
     te*xt  - search for text matching "te"<any characters>"xt"
     te?xt  - search for text matching "te"<any one character>"xt"
  . Added more fields to the issue.filter and issue.index templates
+
+
+2001-07-19 - 0.1.4
+ . Fixed bug in re generation in the filter (I hadn't finished the code ;)
+ . Added TODO as a priority (between bug and usability)
+ . Fixed handling of None String property in grouped list headings