From 7aef3366157f2bfdf3e068f73ce7193573e88e0c Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Wed, 28 Aug 2019 18:21:04 -0400 Subject: [PATCH] Update changelog for v0.10.5 --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c29c401..ae848ffb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +### Changed + +### Deprecated + +## [0.10.5] + +### Fixed + - Fixed uptime calculation under Windows. #126 +- Fixed compilation issue for darwin/386. #128 ### Changed -- Load DLLs only from Windows system directory. - -### Deprecated +- Load DLLs only from Windows system directory. #132 ## [0.10.4]