From cf14ab27e2c3b554124452a5b204bbafb65f3104 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 20 Dec 2023 09:27:12 +0100 Subject: [PATCH] docs: CHANGELOG updated --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e8a6b49..3d4197594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - feat: `fma`, `isfinite`, `isinf`, and `isnan` math function added by @NAThompson - feat: `quantity_point` support added for `quantity_cast` and `value_cast` - feat: `value_cast` added -- (!) refactor: `zero_Fahrenheit` renamed to `zeroth_Fahrenheit` +- (!) refactor: `zero_Fahrenheit` renamed to `zeroth_degree_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