aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0f64fd43..0d1bcc3a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,7 @@
## v2026-02-08
+- Changed `Path` implementation to use C-style strings instead of an `enum` with array components.
- Added `Text.distance(a,b)` for calculating text distances.
- Improved error messages for misspelled variables and field/method names.