aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-17 13:33:23 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-17 13:33:23 -0400
commitcdc6037af740566d5329cef9d303f06e81682780 (patch)
tree68ee927b9f8a77c597352c89f1c41adad6cc0045 /CHANGES.md
parent7e6f81749af2603a7d312c935c475c4223e5a8c1 (diff)
Add JSON module.
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 0cd6df3a..29a69e21 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,7 @@
number and exit.
- Added `tomo --prefix` to print the Tomo install prefix.
- Sets now support infix operations for `and`, `or`, `xor`, and `-`.
+- Added new `json` module for JSON parsing and encoding.
- Added `Path.sibling()`.
- Added `Path.has_extension()`.
- Added `Table.with_fallback()`.