summaryrefslogtreecommitdiff
path: root/python/CHANGELOG.md
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2018-06-01 18:17:57 +0000
committerChristos Zoulas <christos@zoulas.com>2018-06-01 18:17:57 +0000
commit7b9ebec809090989c58dec31121da1e458d737cc (patch)
tree7e70c429c18614509a7dd79c78d2a1ce2987283f /python/CHANGELOG.md
parent12e2008e9ed00a68a32b0e038d3289f79cc7635d (diff)
downloadfile-git-7b9ebec809090989c58dec31121da1e458d737cc.tar.gz
Fix changelog, bump version to release to pypi
Diffstat (limited to 'python/CHANGELOG.md')
-rw-r--r--python/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md
index 2ec12660..ac3c0c0e 100644
--- a/python/CHANGELOG.md
+++ b/python/CHANGELOG.md
@@ -1,5 +1,13 @@
# Python `file-magic` Log of Changes
+## `0.4.0`
+
+- Sync with current version of file:
+ * Retain python 2 compatibility, factoring out the conversion functions.
+ * Avoid double encoding with python3
+ * Restore python-2 compatibility.
+
+
## `0.3.0`
- Fix `setup.py` so we can upload to PyPI