From ae7cd4d068f631ff2cca18ea96c5bb758cee7668 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 27 Mar 2020 16:00:52 +0100 Subject: [PATCH] CHANGELOG updated --- docs/CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7d35bd0a..3c480121 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,17 +9,20 @@ - Added official CGS system support - Added official data information system support - Repository file tree cleanup - - `ratio` refactored to contain `Exp` template parameter (thanks a lot @oschonrock!) + - `ratio` refactored to contain `Exp` template parameter (thanks a lot [@oschonrock](https://github.com/oschonrock)!) - SI fundamental constants added - - `q_` prefix applied to all the UDLs (thanks @kwikius) + - `q_` prefix applied to all the UDLs (thanks [@kwikius](https://github.com/kwikius)) - `unknown_unit` renamed to `unknown_coherent_unit` - - Project documentation extended and switched to Sphinx + - Project documentation greatly extended and switched to Sphinx - A few more usage examples added + - ASCII-only output support added (thanks [@yasamoka](https://github.com/yasamoka)) + - Representation values formatting extended (thanks [@rbrugo](https://github.com/rbrugo)) + - Output streams formatting support added - Linear algebra from `std::experimental::math` support added - ... - Many thanks to GitHub users @oschonrock and @kwikius for their support in drafting - a new library design. + Many thanks to GitHub users [@oschonrock](https://github.com/oschonrock) and + [@kwikius](https://github.com/kwikius) for their support in drafting a new library design. - **0.4.0 Nov 17, 2019** - Support for derived dimensions in `exp` added