From ec8441699fbcb5e18f821c08712aaaa52b51f56a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 18 Dec 2023 19:30:57 +0100 Subject: [PATCH] docs: CHANGELOG updated --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 922fcd390..68644208c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### 2.2.0 WIP { id="2.2.0" } +- feat: `fma`, `isfinite`, `isinf`, and `isnan` math function added by @NAThompson +- feat: `quantity_point` support added for `quantity_cast` and `value_cast` +- (!) refactor: `zero_Fahrenheit` renamed to `zeroth_Fahrenheit` +- refactor: math functions constraints refactored +- fix: `QuantityLike` conversions required `Q::rep` instead of using one provided by `quantity_like_traits` +- docs: project blog and first posts added +- docs: project documentation layout refactored +- docs: "Interoperability with Other Libraries" chapter added ### 2.1.0 December 9, 2023 { id="2.1.0" }