From 9ad5dac6e06af5788df314522037f50403edf289 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Wed, 6 Nov 2024 16:53:23 -0500 Subject: [PATCH] Fix typo in changelist (#7069) Restores the word "changes:" which was accidentally removed in PR #7066. --- api/docs/release.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/api/docs/release.dox b/api/docs/release.dox index 396759963ba..d9d352a946d 100644 --- a/api/docs/release.dox +++ b/api/docs/release.dox @@ -135,6 +135,7 @@ Further non-compatibility-affecting changes include:
The changes between version 11.0.0 and 10.0.0 include the following compatibility +changes: - Marked x86 rep instructions as predicated. - The #dr_instr_category_t enum underwent changes to support new categories such as STATE, MOVE, CONVERT, and MATH.