File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919- Use ` riscv-target-parser ` in build script to identify target-specific configurations.
2020- Add documentation to trap frame fields.
2121- Avoid using ` t3 ` + in startup assembly to ensure compatibility with RVE.
22- - ` link.x.in ` : remove references to ` eh_frame ` .
2322- Rename start/end section symbols to align with ` cortex-m-rt ` :
2423 - ` _stext ` : it remains, as linker files can modify it.
2524 - ` __stext ` : it coincides with ` _stext ` .
@@ -43,6 +42,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4342- Update documentation.
4443- Removed ` .init.rust ` section, as it is no longer required.
4544
45+ ## [ v0.13.1] - 2025-02-08
46+
47+ ### Changed
48+
49+ - ` link.x.in ` : remove references to ` eh_frame `
50+
4651## [ v0.13.0] - 2024-10-19
4752
4853### Added
You can’t perform that action at this time.
0 commit comments