@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ # Cargo Workspaces
9+
10+ * [ #1011 ] Add a Cargo.lock to the root workspace to support reproducible binary crate builds such as ` defmt-print ` . Resolves [ #1000 ]
11+
12+ # Packages
813We have several packages which live in this repository. Changes are tracked separately.
914
1015* [ defmt] ( #defmt )
@@ -602,8 +607,9 @@ Initial release
602607
603608* [ #1004 ] decoder: add ` Send + Sync ` bound to returned ` StreamDecoder `
604609* [ #990 ] improve version mismatch error message, don't mention probe-run.
605- * [ #958 ] Update to object 0.36
606610* [ #986 ] Bump MSRV to 1.81
611+ * [ #966 ] Add Frame::fragments() and Frame::display_fragments()
612+ * [ #958 ] Update to object 0.36
607613
608614### [ defmt-decoder-v1.0.0] (2025-04-01)
609615
@@ -729,6 +735,8 @@ Initial release
729735
730736### [ defmt-rtt-next]
731737
738+ * [ #1006 ] Fix ` available_buffer_size ` ignoring available buffer space when ` read < write `
739+
732740### [ defmt-rtt-v1.1.0] (2025-10-09)
733741
734742* [ #968 ] Add ` in_blocking_mode ` public method
@@ -967,10 +975,12 @@ Initial release
967975---
968976
969977[ #1007 ] : https://github.com/knurling-rs/defmt/pull/1007
978+ [ #1006 ] : https://github.com/knurling-rs/defmt/pull/1006
970979[ #990 ] : https://github.com/knurling-rs/defmt/pull/990
971980[ #986 ] : https://github.com/knurling-rs/defmt/pull/986
972981[ #974 ] : https://github.com/knurling-rs/defmt/pull/974
973982[ #972 ] : https://github.com/knurling-rs/defmt/pull/972
983+ [ #966 ] : https://github.com/knurling-rs/defmt/pull/966
974984[ #968 ] : https://github.com/knurling-rs/defmt/pull/968
975985[ #965 ] : https://github.com/knurling-rs/defmt/pull/965
976986[ #960 ] : https://github.com/knurling-rs/defmt/pull/960
0 commit comments