Преглед на файлове

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