Skip to content

Commit a54541b

Browse files
committed
Update CHANGELOG
1 parent 347b4c7 commit a54541b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,9 @@ Initial release
720720
[defmt-rtt-v0.2.0]: https://github.com/knurling-rs/defmt/releases/tag/defmt-rtt-v0.2.0
721721
[defmt-rtt-v0.1.0]: https://github.com/knurling-rs/defmt/releases/tag/defmt-rtt-v0.1.0
722722

723-
### [defmt-rtt-next]
723+
### [defmt-rtt-v1.1.1] (2025-10-28)
724+
725+
* [#1006] Fix `available_buffer_size` ignoring available buffer space when `read < write`
724726

725727
### [defmt-rtt-v1.1.0] (2025-10-09)
726728

firmware/defmt-rtt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "defmt-rtt"
99
readme = "README.md"
1010
repository = "https://github.com/knurling-rs/defmt"
11-
version = "1.1.0"
11+
version = "1.1.1"
1212

1313
[features]
1414
disable-blocking-mode = []

0 commit comments

Comments
 (0)