diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1730a73..d4c0cc5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # dev +* New Feature: Added support for decompilation of 64-bit ARM binaries ([#268](/~https://github.com/avast/retdec/issues/268), [#533](/~https://github.com/avast/retdec/pull/533), [#550](/~https://github.com/avast/retdec/pull/550)). * New Feature: Added presentation of section and overlay entropy in `retdec-fileinfo` ([#502](/~https://github.com/avast/retdec/issues/502), [#507](/~https://github.com/avast/retdec/pull/507)). * New Feature: Added presentation of version info from PE file in `retdec-fileinfo` ([#408](/~https://github.com/avast/retdec/issues/408), [#519](/~https://github.com/avast/retdec/pull/519)). * New Feature: Added presentation of thread-local storage directory from PE file in `retdec-fileinfo` ([#417](/~https://github.com/avast/retdec/issues/417), [#523](/~https://github.com/avast/retdec/pull/523)).