From 0cae2928993ac19682a71aa8bee499334ad1316a Mon Sep 17 00:00:00 2001 From: Jeffery Thompson Date: Wed, 22 Jan 2020 14:45:13 -0500 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebf130..9228309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added WriteAllByte method on IcdFile. - Added PathUtils for building paths in the HTML directory - Added public access to GetValues enumeration extension + +### Changed + - Fixed exception trying to get DHCP status of network interfaces on Linux ## [10.3.0] - 2020-01-20 ### Changed