Skip to content

Commit

Permalink
Merge pull request #778 from andresovela/main
Browse files Browse the repository at this point in the history
decoder: add support for nested log formatting
  • Loading branch information
Urhengulas authored Oct 2, 2023
2 parents 8ad2fc7 + 5d25fa9 commit 729c374
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 85 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#778]: `defmt-decoder`: Add support for nested log formatting
- [#777]: `defmt-decoder`: Simplify StdoutLogger
- [#775]: `defmt-decoder`: Ignore AArch64 mapping symbols
- [#771]: `defmt-macros`: Ignore empty items in DEFMT_LOG
- [#769]: `defmt-decoder`: Add support for color, style, width and alignment to format

[#778]: https://github.com/knurling-rs/defmt/pull/778
[#777]: https://github.com/knurling-rs/defmt/pull/777
[#775]: https://github.com/knurling-rs/defmt/pull/775
[#771]: https://github.com/knurling-rs/defmt/pull/771
Expand Down
Loading

0 comments on commit 729c374

Please sign in to comment.