aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2026-02-21 16:26:19 -0500
committerBruce Hill <bruce@bruce-hill.com>2026-02-21 16:26:19 -0500
commit6128ee2156daa900f4528375b66dfaad525108f8 (patch)
treebd356c51cfe485718665b9f5ca917a434803f687
parentc0f624c9f6365d6c178a353e6f0974ed16f67339 (diff)
Update changelog
-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.