From 3c5f5f30a424c29b5fe732266c3b40a1c7ff8979 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 5 Sep 2020 19:18:43 +0200 Subject: [PATCH] CHANGELOG updated --- docs/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9596886f..da7b9dce 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,8 @@ # Release notes - **0.6.0 WIP** - - linear_algebra updated to 0.7.0/testing + - Minimum compiler version supported changed to gcc-9.3 + - 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 @@ -13,7 +14,6 @@ - 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 - **0.5.0 May 17, 2020** - Major refactoring and rewrite of the library