diff --git a/CHANGELOG.md b/CHANGELOG.md index c89ac5dd6..84589a825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Enhancement: Prefixed all the installed binaries and scripts with `retdec-` ([#70](/~https://github.com/avast-tl/retdec/issues/70)). Also, some tools were renamed to make their names more uniform. * Enhancement: Got rid of all git submodules ([#92](/~https://github.com/avast-tl/retdec/issues/92), [#93](/~https://github.com/avast-tl/retdec/issues/93)). Moved sources of all RetDec-related repositories to this main repository. Third-party dependencies are downloaded and built via CMake's external projects. +* Enhancement: Set a proper `rpath` during installation on Linux and macOS ([#77](/~https://github.com/avast-tl/retdec/issues/77)). This allows us to move the installation directory after the installation into another location. * Enhancement: Added community support for building and running RetDec inside Docker ([#60](/~https://github.com/avast-tl/retdec/pull/60)). * Enhancement: Decrease the default timeout when downloading the support package during installation ([#6](/~https://github.com/avast-tl/retdec/pull/6)). * Enhancement: Any shell can be used to install the decompiler, not just Bash.