From f85a8e73ef4a2da83cf8c3734b1cf346a6552eeb Mon Sep 17 00:00:00 2001 From: Nic Holthaus Date: Tue, 17 Dec 2024 18:53:37 -0500 Subject: [PATCH] doc: add some notes for release --- notes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notes.txt b/notes.txt index ad56bce4..35ccb3bd 100644 --- a/notes.txt +++ b/notes.txt @@ -24,4 +24,8 @@ - constexpr math (on supported compilers) - many new unit definitions - ternary operator support -- unit constants (1_m == 1 * m) \ No newline at end of file +- unit constants (1_m == 1 * m) + +TODO: +- radiometry units +- fix % math \ No newline at end of file