Skip to content

Commit

Permalink
doc: note the recent semver-expect breaking changes to printing macros
Browse files Browse the repository at this point in the history
The changes introduced by commit aa79a7c are breaking changes to items
that are explicitly marked as semver-exempt.
  • Loading branch information
yvt committed Mar 30, 2022
1 parent 82d5152 commit 25024a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/r3_support_rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
- **Breaking (semver-exempt):** The printing macros `sprint[ln]!` now treat their first argument as a format string in all cases to support implicit named arguments (Rust [RFC 2795](https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html)).

## [0.2.1] - 2022-03-19

Expand Down
1 change: 1 addition & 0 deletions src/r3_support_rza1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
- **Breaking (semver-exempt):** The printing macros `sprint[ln]!` now treat their first argument as a format string in all cases to support implicit named arguments (Rust [RFC 2795](https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html)).

## [0.2.1] - 2022-03-19

Expand Down

0 comments on commit 25024a4

Please sign in to comment.