| Index: packages/analyzer/CHANGELOG.md
|
| diff --git a/packages/analyzer/CHANGELOG.md b/packages/analyzer/CHANGELOG.md
|
| index 9e2232a82e8ca24f9342f0bddd78afe8f3044ea6..aa44b2c78456b35b791bccef6b093664b78e9c55 100644
|
| --- a/packages/analyzer/CHANGELOG.md
|
| +++ b/packages/analyzer/CHANGELOG.md
|
| @@ -1,3 +1,13 @@
|
| +## 0.26.1+13
|
| +* (Internal) Plugin processing fixes.
|
| +
|
| +## 0.26.1+11
|
| +* Fixes to address lint registry memory leaking.
|
| +
|
| +## 0.26.1+10
|
| +* New `AnalysisContext` API for associating configuration data with contexts
|
| + (`setConfigurationData()` and `getConfigurationData()`).
|
| +
|
| ## 0.26.1+9
|
| * `OptionsProcessor` extension point API changed to pass associated
|
| `AnalysisContext` instance into the `optionsProcessed` call-back.
|
|
|