From df784107fa7f062ca307b7896b80d35c1ddbe882 Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Thu, 16 Aug 2018 09:56:35 +0200 Subject: [PATCH] Improve grammar in a CHANGELOG entry. "up-to-date" is a compound adjective, so add dashes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8104cad..b674ccf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * New Feature: Converted shell scripts to Python scripts so that Windows users no longer have to install MSYS2 in order to run RetDec ([#338](https://github.com/avast-tl/retdec/pull/338), [#147](https://github.com/avast-tl/retdec/issues/147)). * New Feature: Added generation of export-table hashes into `retdec-fileinfo` ([#121](https://github.com/avast-tl/retdec/issues/121), [#321](https://github.com/avast-tl/retdec/pull/321)). -* New Feature: Automatically generate and publicly host an up to date Doxygen documentation ([#20](https://github.com/avast-tl/retdec/issues/20)). +* New Feature: Automatically generate and publicly host an up-to-date Doxygen documentation ([#20](https://github.com/avast-tl/retdec/issues/20)). * Enhancement: Suppress superfluous randlib warnings about static libraries having no symbols on macOS ([#271](https://github.com/avast-tl/retdec/issues/271), [#349](https://github.com/avast-tl/retdec/pull/349)). * Fix: Fixed assertions in statically linked code recognition ([#333](https://github.com/avast-tl/retdec/issues/333)). * Fix: Fixed aborts due to assertions during decoding of some MIPS binaries ([#335](https://github.com/avast-tl/retdec/issues/335)).