From 75f41fe3df9569e4f6c5294cf7d9bd89064d762e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 5 Nov 2020 12:18:56 +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 2c9f7024..a8369854 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,6 +12,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 - build: doxygen updated to 1.8.20 + - ci: CI switched from Travis CI to GitHub Actions - **0.6.0 September 13, 2020** - feat: `quantity_point` support added (thanks [@johelegp](https://github.com/johelegp))