aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-21 22:13:21 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-21 22:13:21 -0500
commitd6de03feb280d179efa07e1727f42955b25d733c (patch)
treedd2ce4b8fe7b46ade6de7e45840b8c6840c4fdf7 /CHANGES.md
parent76b434a6be6c05d7d3dae5b77ec8fd886fd715d0 (diff)
Fix optional path none checks
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 08fb2396..a714c5fa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -53,6 +53,7 @@
up resources, which can result in file handles being freed up.
- `&` references failed to propagate when accessing fields like
`foo.baz.method()` when `foo` is a `&Foo` and `baz.method()` takes a `&Baz`.
+ - Optional paths no longer fail to compile when you check them for `none`.
## v0.3