瀏覽代碼

Fix previously incorrect changelog

Property404 1 年之前
父節點
當前提交
9cf1ef53b5
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      riscv/CHANGELOG.md

+ 4 - 4
riscv/CHANGELOG.md

@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+### Fixed
+
+- Fixed `sip::set_ssoft` and `sip::clear_ssoft` using wrong address
+
 ## [v0.11.1] - 2024-02-15
 
 ### Changed
 
 - Made `asm::wfi`, `fence`, `fence_i` and `sfence` safe (ie, removed `unsafe` from their definitions)
 
-### Fixed
-
-- Fixed `sip::set_ssoft` and `sip::clear_ssoft` using wrong address
-
 ## [v0.11.0] - 2024-01-14
 
 ### Added