From 35320fc0567d7baeb97ba966f468563f078fb213 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 26 Mar 2020 17:09:57 +0100 Subject: [PATCH] Release names made bold in CHANGELOG --- docs/CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a4d756c9..7d35bd0a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release notes -- 0.5.0 WIP +- **0.5.0 WIP** - 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) @@ -21,7 +21,7 @@ Many thanks to GitHub users @oschonrock and @kwikius for their support in drafting a new library design. -- 0.4.0 Nov 17, 2019 +- **0.4.0 Nov 17, 2019** - Support for derived dimensions in `exp` added - Added `pow()` and `sqrt()` operations on quantities - `units` removed from a `std::experimental` namespace @@ -33,10 +33,10 @@ - Derived unit factory helpers refactored - Refactored the way prefixed units are defined -- 0.3.1 Sep 18, 2019 +- **0.3.1 Sep 18, 2019** - cmcstl2 dependency changed to range-v3 0.9.1 -- 0.3.0 Sep 16, 2019 (CppCon 2019 design) +- **0.3.0 Sep 16, 2019 (CppCon 2019 design)** - The design as described on CppCon 2019 talk () - Applied the feedback from the Cologne evening session - `upcasting_traits` renamed to `downcasting_traits` @@ -56,12 +56,12 @@ - `QuantityOf` concept introduced - `quantity_cast()` support added -- 0.2.0 July 18, 2019 (C++Now 2019 design) +- **0.2.0 July 18, 2019 (C++Now 2019 design)** - The design as described on C++Now 2019 talk () - Added C++20 features supported by gcc-9.1 (`std::remove_cvref_t`, down with typename, `std::type_identity`) - Compile-time performance optimizations (`type_list`, `common_ratio`, `ratio`, `conditional_t`) -- 0.1.0 May 18, 2019 +- **0.1.0 May 18, 2019** - Initial library release - Begin semantic versioning - The last version to work with gcc-8