From 252487b252d502809ab8a47776dce274935e4938 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Wed, 12 Jul 2017 11:16:55 -0700 Subject: [PATCH] 3.5.2 changelog --- CHANGES.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3081f0c1..2a9c73c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,21 @@ # JSDoc 3 change history -This file describes notable changes in each version of JSDoc 3. To download a specific version of -JSDoc 3, see [GitHub's tags page](https://github.com/jsdoc3/jsdoc/tags). +This file describes notable changes in each version of JSDoc 3. + + +## 3.5.2 (July 2017) + ++ The default template now hides parameters and properties for class constructors that are hidden +with the `@hideconstructor` tag. (#1397) ++ Non-JSDoc comments (comments that do not begin with `/**`) are now ignored. (#1398) ++ JSDoc now uses an improved algorithm for locating plugins and template resources. (#1394) ++ When the `@alias` tag identifies an instance member (for example, `@alias Foo#bar`), the alias is +now applied correctly. (#1385) ++ When the `@alias` tag is applied to a class that is within a module and is aliased to the module +name, the class's instance members are now documented correctly. (#1134) ++ Fixed a crash when a `@param` tag uses the wrong delimiter to close the type expression (for +example, `@param {Object)`). (#1221) ++ The Markdown plugin now converts Markdown-formatted text in the `@summary` tag. (#1149) ## 3.5.1 (July 2017)