Add change note

This commit is contained in:
Owen Mansel-Chan
2026-06-04 13:24:31 +01:00
parent 50e0354911
commit 14e3ee2fb0

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The query `go/unhandled-writable-file-close` ("Writable file handle closed without error handling") now produces fewer false positives. A deferred call to `Close` that is preceded on every execution path by a handled call to `Sync` on the same file handle is no longer flagged.