From 665a9876e3d328cd3e96e90839424eeab1ae32d4 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Sat, 6 Aug 2022 01:18:28 -0400 Subject: [PATCH] Update changelog for #225 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473e437..e759bd0 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](https://semver.org/). +## [Unreleased] +### Fixed +- Fixed an issue where library symlinks with the same basename would present + problems ([#225]) + ## [0.13.6] - 2021-12-02 ### Changed - Change `--debug` option to appear in CLI help output @@ -299,3 +304,4 @@ Initial release [#208]: https://github.com/JonathonReinhart/staticx/pull/208 [#210]: https://github.com/JonathonReinhart/staticx/pull/210 [#217]: https://github.com/JonathonReinhart/staticx/pull/217 +[#225]: https://github.com/JonathonReinhart/staticx/pull/225