From 4980ad9d454a04d967d8a50bbd469caea8019ce0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 13 Jun 2024 19:34:42 +0200 Subject: [PATCH] docs: CHANGELOG updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6b3e3bb5..369bb46f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ - refactor: `terminate` replaced with `abort` and a header file added - refactor: most `std::remove_const_t` removed and some replaced with the GCC-specific workaround - refactor: not needed `remove_reference_t` and `remove_cvref_t` removed +- refactor: binary operators of `quantity` and `quantity_point` are now hidden friends - fix: `QuantityLike` conversions required `Q::rep` instead of using one provided by `quantity_like_traits` - fix: `QuantitySpec[Unit]` replaced with `make_reference` in `value_cast` - fix: `ice_point` is now defined with the integral offset from `absolute_zero`