From c8b60b80c1a1516b21eae6f20755ac90fad0e5b6 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 7 Sep 2020 12:46:58 +0200 Subject: [PATCH] docs: CHANGELOG fixed --- docs/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 28570bd7..a667f22c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,21 +2,19 @@ - **0.6.0 WIP** - Minimum compiler version supported changed to gcc-9.3 + - MSVC 16.7 support added - linear_algebra updated to 0.7.0/stable - fmt updated to 7.0.3 - range-v3 updated to 0.11.0 - catch2 updated to 2.13.0 - doxygen updated to 1.8.18 - ms-gsl 3.1.0 dependency added - - MSVC 16.7 support added - 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)) - FPS system added (thanks [@mikeford3](https://github.com/mikeford3)) - `quantity_point` support added (thanks [@johelegp](https://github.com/johelegp)) - `ratio` changed to the NTTP kind - - Minimum compiler version supported changed to gcc-9.3 - - VS2019 support added - **0.5.0 May 17, 2020** - Major refactoring and rewrite of the library