summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 18:59:31 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 18:59:31 -0500
commit6003883979433fd0b68fd4c9d125fbc7974008ce (patch)
tree2e46a1d23c9cb2f048cd162ee49422f00c3eb288 /ChangeLog
parent84a74768c00ade0c7ca44cb72b9b32f103653333 (diff)
[bug fix] setup.py
Function for reading a file is defined in setup.py itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f06b7c..5e5b4ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
creation is now done after reading all the configuration values;
the function also creates the combox directory if it does not
already exist.
+ * setup.py: added function for reading a file; we don't use the
+ read_file function from combox.file module anymore.
2016-01-10 Siddharth Ravikumar <sravik@bgsu.edu>