From bd1cb9d1663bdccc68f1ba242a7882f020e78a03 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Tue, 22 Sep 2015 16:11:12 -0700 Subject: [PATCH] update changelog for 3.3.3 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 933513ca..1bfafcf5 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.3.3 (September 2015) + ++ Symbols named `prototype` are now handled correctly. (#891) ++ Fixed an issue that could cause JSDoc to go into an infinite loop when a module is documented twice. (#975) ++ Fixed an issue that could cause parsing errors on valid regular expressions. (#1053) + + ## 3.3.2 (June 2015) JSDoc no longer crashes when parsing a large number of files, or a single object that has a large number of properties. (#976)