From 23f8e6af12d0bf4c568fd1d9d03477e7966cf4d9 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 7 Jun 2015 13:58:42 -0700 Subject: [PATCH] update changelog for 3.3.1 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bc29a628..654229e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,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.1 (June 2015) + ++ Fixed a crash in the Haruki template. (#1005) ++ When a type expression includes a record type with numeric keys (for example, `{0: string}`), the type expression is now parsed correctly. (#1016) + + ## 3.3.0 (May 2015) ### Major changes