From 1c8c0ded775bb3839162f448fc868b402599ac15 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 18 Sep 2019 21:59:57 -0600 Subject: [PATCH] Changelog updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11df05a6..f0f6a56f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ NOTE: This library as of now compiles correctly only with gcc-9.1 and newer. ## Release notes - 0.4.0 ??? + - Support for derived dimensions in `exp` added + - Added `pow()` and `sqrt()` operations on quantities - `units` removed from a `std::experimental` namespace - 0.3.1 Sep 18, 2019