diff --git a/notes.txt b/notes.txt index df68c0bf..ad56bce4 100644 --- a/notes.txt +++ b/notes.txt @@ -14,4 +14,14 @@ - added support for nlohmann json - NaN support - add `Gal` unit of acceleration ---- beta \ No newline at end of file +--- 3.1.0 +- Alias template CTAD +- ADL +- better syntax: meters instead of meters or meter_t +- C++23 +- concepts +- inf support and improved NAN +- constexpr math (on supported compilers) +- many new unit definitions +- ternary operator support +- unit constants (1_m == 1 * m) \ No newline at end of file