Skip to content

Commit

Permalink
Update changelog to reflect planned 0.47 release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach committed Mar 13, 2023
1 parent dcb7273 commit 7a842de
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 @@ -2,6 +2,15 @@

## v0.47.0 (Unreleased)

### Breaking changes

- Bumped minimum supported Rust version (MSRV) to 1.62.1
- Change of `Color::default()` value to the ANSI default color `Color::Default` (code `39` and `49` for foreground and background respectively). This replaces `Color::White` as the default value.

### Other changes

- `const`ification of several functions and methods.
- Improved CI workflow.
- Updated to Rust edition 2021.
- Replaced `winapi` dependency with `windows-sys`.
- Removed `overload` dependency.
Expand Down

0 comments on commit 7a842de

Please sign in to comment.