aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 976d7318..9690a745 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,7 +2,9 @@
## v2025-12-22
-- Use static linking for compiled executables
+- 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