From d679eae2d5ed0931362ab14629095ede69646e8b Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Tue, 29 Jan 2013 12:33:05 -0800 Subject: [PATCH] update 3.1.0 changelog --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index f05eb87a..710c7261 100644 --- a/changes.md +++ b/changes.md @@ -93,6 +93,7 @@ MyClass.prototype.sendRequest = function(cb) { + The navigation bar now includes an "Events" section if any events are documented. (#280) + Pages no longer include a "Classes" header when no classes are documented. (eb0186b9) + Member details now include "Inherited From" section when a member is inherited from another member. (#154) ++ If an `@author` tag contains text in the format "Jane Doe ", the value is now converted to an HTML `mailto:` link. (#326) + Headings for functions now include the function's signature. (#253) + Type information is now displayed for events. (#192) + Functions now link to their return type when appropriate. (#192)