Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Mar 21, 2023
1 parent 5568b58 commit bc6ad80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#743]: `defmt-parser`: Simplify tests with `rstest`
- [#741]: `defmt-macros`: Disable default-features for `rstest`
- [#740]: Snapshot tests for `core::net`
- [#739]: `xtask`: Clean up
Expand All @@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [#603]: `defmt`: Raw pointers now print as `0x1234` instead of `1234`
- [#536]: `defmt-parser`: Switch to using an enum for errors, and add some help text pointing you to the defmt docs if you use the wrong type specifier in a format string.

[#743]: https://github.com/knurling-rs/defmt/pull/743
[#741]: https://github.com/knurling-rs/defmt/pull/741
[#740]: https://github.com/knurling-rs/defmt/pull/740
[#739]: https://github.com/knurling-rs/defmt/pull/739
Expand Down

0 comments on commit bc6ad80

Please sign in to comment.