From ed9f51c75b8a3915bf395f79e7126709de5ab79d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 28 May 2020 19:22:45 +0200 Subject: [PATCH] CHANGELOG updated --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c434d4fb..4dd7807d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,9 @@ - **0.6.0 WIP** - linear_algebra updated to 0.7.0/testing + - Added angle as SI base dimension (thanks [@kwikius](https://github.com/kwikius)) + - Added STL random number distribution wrappers (thanks [@yasamoka](https://github.com/yasamoka)) + - `math.h` function signatures refactored to use a `Quantity` concept (thanks [@kwikius](https://github.com/kwikius)) - **0.5.0 May 17, 2020** - Major refactoring and rewrite of the library