summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2017-06-01 14:43:32 +0100
committerAlastair Houghton <alastair@alastairs-place.net>2017-06-01 14:43:32 +0100
commitb31d9ce41917d92797f4e8b31ae047d1e8bee3f5 (patch)
treeaafc6bfca84381961eb0b8ee29060eec8c031051 /CHANGELOG
parent08d0a466f245b5dfe9785a3f10bb199d153f1e96 (diff)
downloadnetifaces-git-b31d9ce41917d92797f4e8b31ae047d1e8bee3f5.tar.gz
Bumped version number, updated CHANGELOG.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 01fb33f..ca84e12 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+2017-06-01 Version 0.10.6
+
+ * Fixed netmask determination on Windows.
+ * All addresses are now unicode strings on all platforms,
+ regardless of Python version.
+
2016-08-23 Version 0.10.5
* Fixed setup.py in case there's no print (thanks Stavros).