Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 29, 2024
1 parent 4abf582 commit 12c3874
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ We have several packages which live in this repository. Changes are tracked sepa

### [defmt-next]

* [#902] Minor change to Format impl for `core::panic::PanicInfo`, eliding a lifetime specifier to satisfy Clippy 1.83.

### [defmt-v0.3.9] - 2024-11-27

* [#889] Add script for book hosting
Expand Down Expand Up @@ -530,6 +532,8 @@ Initial release

### [defmt-decoder-next]

* [#902] Minor change to `impl StreamDecoder` for `Raw` and `Rzcobs`, eliding a lifetime specifier to satisfy Clippy 1.83. No observable change.

### [defmt-decoder-v0.4.0] (2024-11-27)

### [defmt-decoder-v0.3.11] (2024-05-13)
Expand Down Expand Up @@ -635,6 +639,8 @@ Initial release

### [defmt-rtt-next]

* [#902] Use `core::ptr::addr_of_mut!` instead of `&mut` on mutable statics. No observable change.

### [defmt-rtt-v0.4.1] (2024-05-13)

### [defmt-rtt-v0.4.0] (2022-10-07)
Expand Down Expand Up @@ -666,6 +672,8 @@ Initial release

### [defmt-itm-next]

* [#902] Switch to using critical-section, and copy implementation over from defmt-rtt.

### [defmt-itm-v0.3.0] (2021-11-26)

### [defmt-itm-v0.2.0] (2021-02-20)
Expand Down Expand Up @@ -817,6 +825,7 @@ Initial release

---

[#902]: https://github.com/knurling-rs/defmt/pull/902
[#897]: https://github.com/knurling-rs/defmt/pull/897
[#889]: https://github.com/knurling-rs/defmt/pull/889
[#887]: https://github.com/knurling-rs/defmt/pull/887
Expand Down

0 comments on commit 12c3874

Please sign in to comment.