aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2026-01-19 20:51:26 -0500
committerBruce Hill <bruce@bruce-hill.com>2026-01-19 20:52:23 -0500
commitf905f1e4d1c77410931dc5ebfd8bcf466864a3e2 (patch)
tree32d52ad87f303237e451c90c1a33b12217a1c6e5 /CHANGES.md
parenta36f149d0837f4424aeda1a1853f08c27aeafa44 (diff)
Allow parsing `123.foo()` as `(123).foo()`
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9b6b2cb0..856abfb7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,7 +2,8 @@
## v2025-12-31
-- Changed `is_between()` to be bidirectional so `(5).is_between(10, 1) == yes`
+- Added support for `123.foo()` parsing the same as `(123).foo()`
+- Changed `is_between()` to be bidirectional so `5.is_between(10, 1) == yes`
## v2025-12-23.2