From 4ca200485926bf9a0d7bde0a324559a3c8265a42 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 24 Jul 2019 11:34:17 +0200 Subject: [PATCH] 0.2.0 release description added to release notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 19a50903..68c47d59 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ NOTE: This library as of now compiles correctly only with gcc-9. ## Release notes +- 0.2.0 July 18, 2019 + - Added C++20 features supported by gcc-9.1 (std::remove_cvref_t, down with typename, std::type_identity) + - The design as described on C++Now 2019 talk (https://youtu.be/wKchCktZPHU) + - Compile-time performance opimisations (type_list, common_ratio, ratio, conditional_t) + - 0.1.0 May 18, 2019 - Initial library release - Begin semantic versioning