Prechádzať zdrojové kódy

Merge #96

96: Add missing changelog entries r=almindor a=Disasm



Co-authored-by: Vadim Kaushan <admin@disasm.info>
bors[bot] 2 rokov pred
rodič
commit
259d1cae94
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 5 0
      riscv-rt/CHANGELOG.md

+ 5 - 0
riscv-rt/CHANGELOG.md

@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+### Added
+
+- Pass `a0..a2` register values to the `#[entry]` function.
+
 ### Changed
 
 - Update `riscv` to version 0.8
+- Update `riscv-rt-macros` to 0.2.0
 - Update Minimum Supported Rust Version to 1.59
 - The main symbol is no longer randomly generated in the `#[entry]` macro, instead it uses `__risc_v_rt__main`.