From 5f48a6903aa7f2d9b5ea1f1376a83f9509d92b0f Mon Sep 17 00:00:00 2001 From: Adrian Serrano Date: Mon, 27 May 2019 13:16:16 +0200 Subject: [PATCH 1/2] Update CHANGELOG for 0.10.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab93b6..dafc61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Fixed + +### Changed + +### Deprecated + +## [0.10.3] + +### Added + ### Fixed - ProcState.Get() doesn't fail under Windows when it cannot obtain process ownership information. #121 From 22a5ad845582317e49a8ae042b2ad97a47eaaf14 Mon Sep 17 00:00:00 2001 From: Adrian Serrano Date: Mon, 27 May 2019 13:24:47 +0200 Subject: [PATCH 2/2] Remove empty sections --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafc61c..0ce0fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.10.3] -### Added - ### Fixed - ProcState.Get() doesn't fail under Windows when it cannot obtain process ownership information. #121 -### Changed - -### Deprecated - ## [0.10.2] ### Fixed