aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-26 10:15:12 +1000
committerDylan Araps <[email protected]>2017-06-26 10:15:12 +1000
commit358a2d3a9f755b95d3fe6c2e1b7cc38b4c50970a (patch)
treeefe2fea89dc18e434bc5cb5ef744bc40b23964be
parentexport: Fix bug with color66 appearing in export files. Closes #6 (diff)
downloadpywal-358a2d3a9f755b95d3fe6c2e1b7cc38b4c50970a.tar.xz
pywal-358a2d3a9f755b95d3fe6c2e1b7cc38b4c50970a.zip
DOCS: CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13caaa7..c54babd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,4 @@
## 0.1.7
- Fixed `color66` appearing in export files. #6
+- Convert the script to a module. #7 - @danielx