summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ca84e12..66544f0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+2019-01-02 Version 0.10.8
+
+ * Fixed a bug that in certain circumstances could lead to an infinite
+ loop in netifaces.gateways() (thanks asomers).
+ * Fixed a memory management bug in an error path (thanks NicoPy).
+
+2018-05-08 Version 0.10.7
+
+ * Added LICENSE file
+ * Automated Windows builds via AppVeyor.
+
2017-06-01 Version 0.10.6
* Fixed netmask determination on Windows.