Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog to reflect 0.4.13 patch #442

Merged
merged 1 commit into from Jan 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,11 @@

## [Unreleased]

## [0.4.13] - 2020-01-08
* Fixed incorrect combination of `kv_unstable` and `std` features causing compile failures

### Fixed
## [0.4.13] - 2021-01-11

* Fixed incorrect combination of `kv_unstable` and `std` features causing compile failures
* This is the same as `0.4.11`, except with a `kv_unstable_std` feature added to aid migrating current dependents to `0.4.14` (which was originally going to be `0.4.13` until it was decided to create a patch from `0.4.11` to minimize disruption).

## [0.4.12] - 2020-12-24

Expand Down Expand Up @@ -191,8 +191,8 @@ version using log 0.4.x to avoid losing module and file information.

Look at the [release tags] for information about older releases.

[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.13...HEAD
[0.4.13]: https://github.com/rust-lang-nursery/log/compare/0.4.12...0.4.13
[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.12...HEAD
[0.4.13]: https://github.com/rust-lang-nursery/log/compare/0.4.11...0.4.13
[0.4.12]: https://github.com/rust-lang-nursery/log/compare/0.4.11...0.4.12
[0.4.11]: https://github.com/rust-lang-nursery/log/compare/0.4.10...0.4.11
[0.4.10]: https://github.com/rust-lang-nursery/log/compare/0.4.9...0.4.10
Expand Down