diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:46:28 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:46:28 -0400 |
| commit | b84e7c69ae52155c4902cf24b4f9bb86d65d5f9e (patch) | |
| tree | a5b782209c29e6b2938b060d96596f47ec4f783a /CHANGES.md | |
| parent | 0d489659597f9d3e6b69f92d2ca001a8dd5bf6cd (diff) | |
Be more lenient with underscore fields and arguments.
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |
