From 650e85dcf23b3a3bff69144511533b7339436238 Mon Sep 17 00:00:00 2001 From: Wu ChenXu Date: Wed, 5 Jul 2023 22:58:24 +0800 Subject: [PATCH] Update ChangeLog v5.0 Final --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 005e771950..b06d27e0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Version 5.0.0: July 5th, 2023 * Use Intel register syntax for Tricore by @XVilka in https://github.com/capstone-engine/capstone/pull/2067 * Add `#` prefix to tricore imm operand by @imbillow in https://github.com/capstone-engine/capstone/pull/2070 * Revert "Mark cs_* as thread local to avoid race condition in multithreads" by @oleavr in https://github.com/capstone-engine/capstone/pull/1933 +* Replace strncpy with memcpy to fix compiler warning. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2075 +* Remove outdated and irrelevant TODO by @XVilka in https://github.com/capstone-engine/capstone/pull/2074 ## New Contributors * @arkup made their first contribution in https://github.com/capstone-engine/capstone/pull/2061