Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e8c4cc6

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Update analyzer/CHANGELOG.md for published 0.40.6
The version 0.40.6 was published, without 0.41.0 breaking changes. We did not want to land this CL, but we want the CHANGELOG.md Change-Id: I667c4bf8308cc81ff608b21993e0e1b5591ab5c1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170027 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent 42dc617 commit e8c4cc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/analyzer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
is now `FunctionTypeAliasElement`, not its function element.
1212
* Removed deprecated `GenericTypeAliasElement`.
1313

14+
## 0.40.6
15+
* The non_nullable feature is released in 2.12 language version.
16+
* Updated the current language version to 2.12.
17+
* Changed the default language version when the package does not specify one.
18+
Instead of the latest known language version, the language version of the
19+
SDK (against which analysis is done, not necessary the same as used to run
20+
the analyzer) is used.
21+
1422
## 0.40.5
1523
* Deprecated `GenericTypeAliasElement`. Use `FunctionTypeAliasElement`.
1624
* Read imports, exports, and parts on demand in `AnalysisDriver`.

0 commit comments

Comments
 (0)