From 6b1d7d180865985443e0a201b491fd1ab3bacc3d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 7 May 2020 08:57:38 +0200 Subject: [PATCH] CHANGELOG updated --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 42f28df8..b0f4cdd7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -21,6 +21,7 @@ - Linear algebra from `std::experimental::math` support added - Named SI units and their dimensions added (thanks [@rbrugo](https://github.com/rbrugo) - libfmt updated to 6.2.0 + - Added absolute functions and epsilon to math.h (thanks [@mikeford3](https://github.com/mikeford3)) - ... Many thanks to GitHub users [@oschonrock](https://github.com/oschonrock) and