aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-07 21:42:45 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-07 21:42:45 -0500
commit544b1fb6a70d55bf368b827136cf0f37a26e8288 (patch)
tree52886c54934fed676263611bdb401dbeb80aac63 /CHANGES.md
parentefbdf7b13e4b559958ed5b1b9ca9d772ae77d702 (diff)
Change Paths to be an enum of their different types.
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 4689e5aa..1baafc87 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,6 +9,7 @@
- Simplified logic for enums so there is less difference between enums that
have tags with member fields and those without.
- Rename `Empty()` to `Present()` for set-like tables.
+- Paths are now an `enum Path(AbsolutePath(components:[Text]), RelativePath(components:[Text]), HomePath(components:[Text]))`
## v2025-11-30