summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-10-17 21:31:37 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-10-17 21:31:37 -0400
commitbc950b732276177c557af39575e5892bbf506cab (patch)
treec1cdc8201fca6ffacd9c1105b26d9579415cbc26 /ChangeLog
parentdf9497d7c18a6dc7e7a284b7087765ca464e8a6b (diff)
combox now uses python's logging module instead of `print` to stdout information/errors.
modified: ChangeLog modified: combox/cbox.py modified: combox/events.py modified: combox/file.py modified: combox/log.py
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98d75a8..8903a8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-18 Siddharth Ravikumar <sravik@bgsu.edu>
+
+ combox now uses python's logging module instead of `print` to
+ stdout information/errors.
+
+ * combox/log.py: The module used by all other combox modules to
+ log information/errors to stdout.
+
2015-09-17 Siddharth Ravikumar <sravik@bgsu.edu>
* v0.1.0: initial version of combox