Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 20, 2024
1 parent 9118db6 commit 9ae44a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Breaking Changes

- Log support put behind the default `log` feature
- `LogLevel::default` renamed to `LogLevel::default_filter` and now returns `VerbosityFilter`
- `Level` and `LevelFilter` are moved into the `log` mod

### Features

- Add `tracing` feature with `Verbosity::tracing_level` and `Verbosity::tracing_level_filter`

## [2.2.3] - 2024-11-16

### Features
Expand Down

0 comments on commit 9ae44a3

Please sign in to comment.