Skip to content

Commit

Permalink
doc: add some notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Holthaus committed Dec 17, 2024
1 parent 69a66b6 commit 7f70b0f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@
- added support for nlohmann json
- NaN support
- add `Gal` unit of acceleration
--- beta
--- 3.1.0
- Alias template CTAD
- ADL
- better syntax: meters instead of meters<double> 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)

0 comments on commit 7f70b0f

Please sign in to comment.