From 86e1011be3e412414cc44f313cc2fb583fc2abba Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Sat, 9 Oct 2021 11:31:18 -0400 Subject: [PATCH] Add #199 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c083709..9db25dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] +### Added +- Log additional diagnostic information at startup ([#199]) + + ## [0.13.1] - 2021-10-06 ### Added - Log staticx version and arguments at startup ([#197]) @@ -262,3 +267,4 @@ Initial release [#185]: https://github.com/JonathonReinhart/staticx/pull/185 [#192]: https://github.com/JonathonReinhart/staticx/pull/192 [#197]: https://github.com/JonathonReinhart/staticx/pull/197 +[#199]: https://github.com/JonathonReinhart/staticx/pull/199