From 35513fc5cc2fa103950880f58f773aeb8b511f4d Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Tue, 19 Feb 2013 07:18:13 -0800 Subject: [PATCH] 3.1.1 changelog --- changes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changes.md b/changes.md index 710c7261..cf70c99c 100644 --- a/changes.md +++ b/changes.md @@ -2,6 +2,19 @@ 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.1.1 (February 2013) + ++ Resolved a crash when no input files contain JSDoc comments. (#329) ++ Resolved a crash when JSDoc cannot identify the common prefix of several paths. (#330) ++ Resolved a crash when the full path to JSDoc contained at least one space. (#347) ++ Files named `README.md` or `package.json` will now be processed when they are specified on the command line. (#350) ++ You can now use `@emits` as a synonym for `@fires`. (#324) ++ The module `jsdoc/util/templateHelper` now allows you to specify the CSS class for links that are generated by the following methods: (#331) + + `getAncestorLinks` + + `getSignatureReturns` + + `getSignatureTypes` + + `linkto` + ## 3.1.0 (January 2013)