We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c8da5 commit ccfa854Copy full SHA for ccfa854
CHANGES.txt
@@ -2,9 +2,17 @@ This file contains the changes to the Roundup system over time. The entries
2
are given with the most recent entry first.
3
4
2001-08-?? - 0.2.6
5
+Feature:
6
+ . Added tests for instance initialisation.
7
+
8
Fixed:
9
. Implemented correct mail splitting. Added unit tests. Also snips
10
signatures now too.
11
+ . Bug #447671 - typo in roundup/init.py
12
+ . Changed date.Date to use regular string formatting instead of strftime -
13
+ win32 seems to have problems with %T and no hour... or something...
14
+ . Instances are now opened by a special function that generates a unique
15
+ module name for the instances on import time.
16
17
18
2001-08-03 - 0.2.5
0 commit comments