From b84e7c69ae52155c4902cf24b4f9bb86d65d5f9e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 18:46:28 -0400 Subject: Be more lenient with underscore fields and arguments. --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.md') 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: -- cgit v1.2.3