0.2.0 release description added to release notes

This commit is contained in:
Mateusz Pusz
2019-07-24 11:34:17 +02:00
parent 0a7aa690b9
commit 4ca2004859

View File

@@ -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