docs: CHANGELOG updated

This commit is contained in:
Mateusz Pusz
2023-12-20 09:27:12 +01:00
parent 7c83f586db
commit cf14ab27e2

View File

@ -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<Unit, Representation>` 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