Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Feb 2, 2024
1 parent b8f6779 commit 483ab50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ESP32-S3: Added LCD_CAM I8080 driver (#1086)
- Allow for splitting of the USB Serial JTAG peripheral into tx/rx components (#1024)
- `RngCore` trait is implemented (#1122)
- Support Rust's `stack-protector` feature
- Support Rust's `stack-protector` feature (#1135)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion esp-riscv-rt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- `start_rust` calls `hal_main` instead of calling user's `main` directly
- `start_rust` calls `hal_main` instead of calling user's `main` directly (#1135)

### Removed

Expand Down

0 comments on commit 483ab50

Please sign in to comment.