From 096e16c835dfa5c13f33df95d285194b234d93f0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 14 May 2020 13:47:20 +0200 Subject: [PATCH] CHANGELOG updated again --- docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aef2ef9d..d8ac8281 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,12 @@ # Release notes -- **0.5.0 WIP** +- **0.5.0 May 14, 2020** - Major refactoring and rewrite of the library - Units are now independent from dimensions - Dimensions now depend on units (base or coherent units are provided in a class template) - Quantity gets a Dimension template parameter again (as unit does not provide information about its dimension anymore) + - Spaceship operator support added - Added official CGS system support - Added official data information system support - Repository file tree cleanup