Skip to content

Commit 25024a4

Browse files
committed
doc: note the recent semver-expect breaking changes to printing macros
The changes introduced by commit aa79a7c are breaking changes to items that are explicitly marked as semver-exempt.
1 parent 82d5152 commit 25024a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/r3_support_rp2040/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Changed
1111

1212
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
13+
- **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)).
1314

1415
## [0.2.1] - 2022-03-19
1516

src/r3_support_rza1/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Changed
1111

1212
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
13+
- **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)).
1314

1415
## [0.2.1] - 2022-03-19
1516

0 commit comments

Comments
 (0)