aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0393cecf..6f8f5e16 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,20 @@
# Version History
+## v2025-12-23
+
+- Improved C preprocessing performance by eliminating expensive macro calls.
+
+## v2025-12-22
+
+- Use static linking instead of dynamic linking for the Tomo standard library
+ as well as for user libraries. This produces binaries that do not depend on
+ having Tomo and the library installed at runtime.
+- Added `Path.writer()` and `Path.byte_writer()` for multiple successive writes
+
+## v2025-12-21.6
+
+- Add smarter default behavior if run without any args (REPL-like script runner)
+
## v2025-12-21.5
- Various fixes for versioning and builds.