@@ -69,6 +69,7 @@ We have several packages which live in this repository. Changes are tracked sepa
6969* [ #983 ] Add ` Format ` implementation for ` core::num::Wrapping<T> `
7070* [ #1022 ] Re-fix accidental breaking change in ` Format ` macro
7171* [ #1041 ] Ignore RUSTSEC-2026-0009
72+ * [ #1052 ] Pin UI tests to host MSRV
7273
7374### [ defmt-v1.0.1] (2025-04-01)
7475
@@ -439,6 +440,7 @@ Initial release
439440
440441### [ defmt-macros-next]
441442
443+ * [ #1044 ] : Add support for ` bound ` attribute via a ` #[defmt(bound(T: MyCustomBound))] `
442444* [ #956 ] : Link LICENSE-* in the crate folder
443445
444446### [ defmt-macros-v1.0.1] (2025-04-01)
@@ -888,7 +890,8 @@ Initial release
888890
889891### [ defmt-test-next]
890892
891- * No changes
893+ * [ #1049 ] Pin trybuild to 1.0.89
894+ * [ #1046 ] Replace ` cortex-m-semihosting ` with generic ` semihosting ` crate to support non-Cortex-M thumb targets
892895
893896### [ defmt-test-v0.4.0] (2025-04-01)
894897
@@ -969,7 +972,7 @@ Initial release
969972
970973### [ qemu-run-next]
971974
972- * No changes
975+ * [ # 1048 ] Fixed UART read timeout issue ( [ # 1047 ] )
973976
974977### [ qemu-run-v0.1.1]
975978
@@ -1004,6 +1007,12 @@ Initial release
10041007
10051008---
10061009
1010+ [ #1052 ] : https://github.com/knurling-rs/defmt/pull/1052
1011+ [ #1049 ] : https://github.com/knurling-rs/defmt/pull/1049
1012+ [ #1048 ] : https://github.com/knurling-rs/defmt/pull/1048
1013+ [ #1047 ] : https://github.com/knurling-rs/defmt/pull/1047
1014+ [ #1046 ] : https://github.com/knurling-rs/defmt/pull/1046
1015+ [ #1044 ] : https://github.com/knurling-rs/defmt/pull/1044
10071016[ #1041 ] : https://github.com/knurling-rs/defmt/pull/1041
10081017[ #1036 ] : https://github.com/knurling-rs/defmt/pull/1036
10091018[ #1028 ] : https://github.com/knurling-rs/defmt/pull/1028
0 commit comments