From 0e020db738456733eb6417ffeab30e73ff32f2e3 Mon Sep 17 00:00:00 2001 From: Abdul Wadood Date: Fri, 10 Nov 2023 11:17:51 +0500 Subject: [PATCH] remove conflicts: update version Signed-off-by: Abdul Wadood --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a68d2c2..cfb633f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # CHANGELOG -## [3.8.1] - 2023-11-01 -- Updated trap handler to avoid using mstatush when used for Priv Arch 1.11 -- Updated GOTO_Lower_Mode macro to adjust the save area when switching to Umode. - -## [3.8.1] - 2023-11-08 +## [3.8.2] - 2023-11-08 - Added test suites for `zcb` from code size reduction extension. - Added test macro for instructions with single operand. +## [3.8.1] - 2023-11-01 +- Updated trap handler to avoid using mstatush when used for Priv Arch 1.11 +- Updated GOTO_Lower_Mode macro to adjust the save area when switching to Umode. + ## [3.8.0] - 2023-10-26 - Updated trap handler to handle delegated exceptions in S-mode for both bare and virtual modes. - Added Hypervisor mode support in Trap handler