mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
Yet another small update to changelog
This commit is contained in:
@@ -57,6 +57,7 @@ NOTE: This library as of now compiles correctly only with gcc-9.1 and newer.
|
|||||||
## Release notes
|
## Release notes
|
||||||
|
|
||||||
- 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
|
- Applied the feedback from the Cologne evening session
|
||||||
- `upcasting_traits` renamed to `downcasting_traits`
|
- `upcasting_traits` renamed to `downcasting_traits`
|
||||||
- `Dimension` template parameter removed from quantity
|
- `Dimension` template parameter removed from quantity
|
||||||
@@ -76,9 +77,9 @@ NOTE: This library as of now compiles correctly only with gcc-9.1 and newer.
|
|||||||
- `quantity_cast<U, Rep>()` support added
|
- `quantity_cast<U, Rep>()` support added
|
||||||
|
|
||||||
- 0.2.0 July 18, 2019 (C++Now 2019 design)
|
- 0.2.0 July 18, 2019 (C++Now 2019 design)
|
||||||
- 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)
|
- The design as described on C++Now 2019 talk (https://youtu.be/wKchCktZPHU)
|
||||||
- Compile-time performance optimisations (type_list, common_ratio, ratio, conditional_t)
|
- Added C++20 features supported by gcc-9.1 (`std::remove_cvref_t`, down with typename, `std::type_identity`)
|
||||||
|
- Compile-time performance optimisations (`type_list`, `common_ratio`, `ratio`, `conditional_t`)
|
||||||
|
|
||||||
- 0.1.0 May 18, 2019
|
- 0.1.0 May 18, 2019
|
||||||
- Initial library release
|
- Initial library release
|
||||||
|
Reference in New Issue
Block a user