update changelog for 3.3.3

This commit is contained in:
Jeff Williams 2015-09-22 16:11:12 -07:00
parent a6927b2fbd
commit bd1cb9d166

View File

@ -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)