From 5c92c94e0e4a6fcec4b83658eb021207c599d68f Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Fri, 31 Mar 2017 08:53:50 -0700 Subject: [PATCH] Update line in changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ed5034..2cf8633d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * `generateAnalysis()` now includes PolymerBehavior information in `metadata.polymer.behaviors` collection. * Types and descriptions are now extracted from method @param and @returns jsdoc annotations. +* By default queries for features and warnings now traverse lazy imports. Added a query option to limit results only to those reachable by strict imports. ## [2.0.0-alpha.34] - 2017-03-20 @@ -39,7 +40,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.0.0-alpha.30] - 2017-03-03 * Fix typo in package.json. -* By default queries for features and warnings now traverse lazy imports. Added a query option to limit results only to those reachable by strict imports. ## [2.0.0-alpha.29] - 2017-03-03