File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88name = " defmt-rtt"
99readme = " README.md"
1010repository = " https://github.com/knurling-rs/defmt"
11- version = " 1.1.0 "
11+ version = " 1.1.1 "
1212
1313[features ]
1414disable-blocking-mode = []
You can’t perform that action at this time.
0 commit comments