-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangelog.txt
48 lines (36 loc) · 1.08 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
1.2.0:
Remove colors ORANGE and DARKORANGE and update log colors.
Add example for consoleLock.
Update benchmarks.
1.1.0:
Updates for latest changes in setuptools and Cython.
1.0.0:
Fix a crash when no logfile name has been supplied.
0.9.6:
When calling flush then really write all pending log entries.
0.9.5:
Fix writing to log file when parameter maxSize is non zero.
Fix writing to log file when parameter pathName just contains a file name.
Add test program for rotate feature.
0.9.4:
Fix MANIFEST.in
0.9.3:
Add pyorcy.py to source distribution.
0.9.2:
LogInit: Add 2 new optional arguments stdout and stderr for configuring custom file objects
for print statments.
OptimizeAst: Also optimize code blocks after if-statements.
0.9.1:
GetLogger: If logger domain already exists do not try to remove domain twice from global
domains dict.
0.9.0:
Add requirements.txt.
Reduce pep8 findings.
Several bugfixes.
0.6.0:
Fix logging to console when background thread is configured without a filename.
0.5.0:
Some fixes and optimizations.
Add AST optimizer.
0.1.0:
Initial release.