From 71895e0e1e3f9f8d315cc9146ea6ab34a12949f7 Mon Sep 17 00:00:00 2001 From: KodrAus Date: Mon, 11 Jan 2021 20:13:06 +1000 Subject: [PATCH] update changelog to reflect 0.4.13 patch --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa94c5ed..1ae99ae58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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