Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: pkg/analyzer/CHANGELOG.md

Issue 1406043002: Registry memory leak fixes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: removed overrides. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## 0.26.1+11
2 * Fixes to address lint registry memory leaking.
3
1 ## 0.26.1+10 4 ## 0.26.1+10
2 * New `AnalysisContext` API for associating configuration data with contexts 5 * New `AnalysisContext` API for associating configuration data with contexts
3 (`setConfigurationData()` and `getConfigurationData()`). 6 (`setConfigurationData()` and `getConfigurationData()`).
4 7
5 ## 0.26.1+9 8 ## 0.26.1+9
6 * `OptionsProcessor` extension point API changed to pass associated 9 * `OptionsProcessor` extension point API changed to pass associated
7 `AnalysisContext` instance into the `optionsProcessed` call-back. 10 `AnalysisContext` instance into the `optionsProcessed` call-back.
8 11
9 ## 0.26.1+6 12 ## 0.26.1+6
10 * Provisional (internal) plugin manifest parsing. 13 * Provisional (internal) plugin manifest parsing.
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ## 0.22.0 94 ## 0.22.0
92 95
93 New API: 96 New API:
94 97
95 * `Source.uri` added. 98 * `Source.uri` added.
96 99
97 Breaking changes: 100 Breaking changes:
98 101
99 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 102 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
100 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 103 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698