From c1d0354b243a430ca3247eb71d34991d96163654 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 8 Sep 2020 21:19:37 +0200 Subject: [PATCH] docs: CHANGELOG updated --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 714eb8b9..f6f02a52 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,7 @@ - `exp` and `Exp` renamed to `exponent` and `Exponent` - Added support for `exp()` mathematical support - Dimensionless quantities redesigned to be of `quantity` type + - `Scalar` concept renamed to `ScalableNumber` - **0.5.0 May 17, 2020** - Major refactoring and rewrite of the library