From db231659bea95df449b022efaf4a663409867f34 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 23 Feb 2021 20:35:10 +0100 Subject: [PATCH] docs: CHANGELOG updated --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 234d1225..995deae2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -22,6 +22,7 @@ - fix: `quantity_cast()` fixed to work correctly with representation types not convertible from `std::intmax_t` - fix: ambiguous case for empty type list resolved - fix: downcasting facility for non-default-constructible types + - fix: restore user-warnings within the library implementation - (!) build: `BUILD_DOCS` CMake option renamed to `UNITS_BUILD_DOCS` - build: doxygen updated to 1.8.20 - build: catch2 updated to 2.13.4