Skip to content

Commit

Permalink
Merge pull request #492 from rust-lang/KodrAus-patch-2
Browse files Browse the repository at this point in the history
Update changelog for 0.4.15 with last minute additions
  • Loading branch information
KodrAus committed Mar 22, 2022
2 parents 59fa5dc + cf20336 commit bc181df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,13 +6,16 @@

* Silence a warning about the deprecated `spin_loop_hint`.
* Relax ordering in the atomic `set_max_level` call.
* Add thumbv4t-none-eabi to targets that don't support atomics
* Allow levels to be iterated over.
* Implement `Log` on some common wrapper types.
* Improvements to test coverage.
* Improvements to documentation.
* Add key-value support to the `log!` macros.
* Tighten `kv_unstable` internal dependencies so they don't bump past their current alpha.
* Add a simple visit API to `kv_unstable`.
* Support `NonZero*` integers as values in structured logging
* Support static strings as keys in structured logging

## [0.4.14] - 2021-01-27

Expand Down

0 comments on commit bc181df

Please sign in to comment.