aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 18:46:28 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 18:46:28 -0400
commitb84e7c69ae52155c4902cf24b4f9bb86d65d5f9e (patch)
treea5b782209c29e6b2938b060d96596f47ec4f783a /CHANGES.md
parent0d489659597f9d3e6b69f92d2ca001a8dd5bf6cd (diff)
Be more lenient with underscore fields and arguments.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 10283b0e..8f5704e0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,9 @@
- Deprecated `>> ... = ...` form of doctests. They are now called "debug logs"
and you can specify multiple values: `>> a, b, c`
- Deprecated `defer` statement
+- Struct fields that start with underscores can be accessed again and function
+ arguments that start with underscore can be passed (but only as keyword
+ arguments).
- Added a `--format` flag to the `tomo` binary that autoformats your code
(currently unstable, do not rely on it just yet).
- Standardized text methods for Unicode encodings: