From 7d6187da3080d5dff59758487abfa0b527cfbaff Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 3 Oct 2016 11:13:28 -0700 Subject: [PATCH] changelog for 3.4.2 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 076f0bdf..7d2ef20d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,13 @@ 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). +## 3.4.2 (October 2016) + ++ Classes exported from an ES2015 module are now documented correctly. (#1137) ++ Fixed an issue that prevented plugins and templates from being loaded correctly. (#1259) ++ Fixed a crash when using the experimental object spread operator in assignments. (#1258) + + ## 3.4.1 (September 2016) ### Enhancements