analyzer: More CHANGELOG notes

Change-Id: If696fd117f5ec1b45a43c89df3b256dc2fad213f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/470806
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins
2026-01-06 09:25:47 -08:00
committed by Commit Queue
parent ab534be572
commit f81eee2ac4
+4 -1
View File
@@ -49,13 +49,16 @@
- Various fixes are made for the `error` and `stackTrace` parameters of
try/catch statements.
- Various fixes are made for syntax highlighting, navigation, code completion,
hovers, quick fixes, assists, and "rename" refactoring.
hovers, quick fixes, assists, "rename" refactoring, and "go to imports."
- Various fixes for IDE features with regards to "Dot Shorthand" syntax.
- Improvements to LSP format-on-type, to not format in undesirable cases.
- Various performance improvements.
- Fixes to the 'Extract Widget' refactoring.
- (Thanks [@FMorschel](https://github.com/FMorschel) and
[@DanTup](https://github.com/DanTup) for many of the above enhancements!)
- A new lint rule is offered: `simplify_variable_pattern`, which encourages
using the pattern shorthand for variables and property names of the same
name.
- The `avoid_null_checks_in_equality_operators` lint rule is now deprecated.
- The `prefer_final_parameters` lint rule is now deprecated.
- The `use_if_null_to_convert_nulls_to_bools` lint rule is now deprecated.