aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-02 18:45:24 -0800
committerHaibo Huang <hhb@google.com>2020-11-02 18:45:24 -0800
commitae47280e989846edaae234a1f952fbf4faf4c088 (patch)
tree099d1f4a952fa4938b84de022c2497e0dc012950 /CHANGELOG.md
parentb3b422d2500290b6459af803c74754dee9355c3a (diff)
downloadconst_fn-ae47280e989846edaae234a1f952fbf4faf4c088.tar.gz
Upgrade rust/crates/const_fn to 0.4.3
Test: make Change-Id: I6d1557fc976b54f172237ac5968413751b9fe1d8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94890d8..00b86b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,18 @@ This project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
+## [0.4.3] - 2020-11-02
+
+* [`const_fn` no longer fails to compile if unable to determine rustc version. Instead, it now displays a warning.](https://github.com/taiki-e/const_fn/pull/31)
+
+* [`const_fn` no longer relies on debug print format.](https://github.com/taiki-e/const_fn/pull/30)
+
## [0.4.2] - 2020-08-31
* [Improve error messages when failed to parse version information.](https://github.com/taiki-e/const_fn/pull/26)
+* [Fix compile failure with cargo installed by yum.](https://github.com/taiki-e/const_fn/pull/26)
+
## [0.4.1] - 2020-08-25
* [Fix compile failure with non-cargo build systems.](https://github.com/taiki-e/const_fn/pull/23)
@@ -98,7 +106,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
Initial release
-[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.2...HEAD
+[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.3...HEAD
+[0.4.3]: https://github.com/taiki-e/const_fn/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/taiki-e/const_fn/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/taiki-e/const_fn/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/taiki-e/const_fn/compare/v0.3.1...v0.4.0