We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c748bdb commit d1ab409Copy full SHA for d1ab409
CHANGELOG.md
@@ -59,6 +59,7 @@ We have several packages which live in this repository. Changes are tracked sepa
59
* [#956] Link `LICENSE-*` in the crate folder
60
* [#955] Allow using the `defmt/alloc` feature on bare metal ESP32-S2
61
* [#972] Fix logic bug in env_filter
62
+* [#1007] `defmt`: impl `Format` for `core::fmt::Error`
63
64
### [defmt-v1.0.1] (2025-04-01)
65
@@ -958,6 +959,7 @@ Initial release
958
959
960
---
961
962
+[#1007]: https://github.com/knurling-rs/defmt/pull/1007
963
[#990]: https://github.com/knurling-rs/defmt/pull/990
964
[#986]: https://github.com/knurling-rs/defmt/pull/986
965
[#974]: https://github.com/knurling-rs/defmt/pull/974
0 commit comments