Update ChangeLog v5.0 Final

This commit is contained in:
Wu ChenXu 2023-07-05 22:58:24 +08:00 committed by GitHub
parent 851c783dc4
commit 5d2ed996bd

View file

@ -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