瀏覽代碼

CHANGELOG: add entry for scause::Exception::LoadMisaligned

Daniel Maslowski 1 年之前
父節點
當前提交
349d73ebb4
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 - CI actions updated. They now use `checkout@v3` and `dtolnay/rust-toolchain`.
 
+### Fixed
+
+- Fix `scause::Exception` missing `LoadMisaligned`
+
 ## [v0.10.1] - 2023-01-18
 
 ### Fixed