From 557fb4ed7247728aee5a15a2c9d4b9a91563a47d Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Tue, 27 Feb 2018 12:01:28 -0800 Subject: [PATCH] proper links in release notes --- release_notes/3.1.0.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/release_notes/3.1.0.md b/release_notes/3.1.0.md index ae9bfd662..2406b504a 100644 --- a/release_notes/3.1.0.md +++ b/release_notes/3.1.0.md @@ -7,18 +7,18 @@ This release contains a number of fixes and pull requests ## Pull Requests and Issues * Display error properties for failed specs - - Merges #1516 from @jbunton-atlassian + - Merges [#1516](https://github.com/jasmine/jasmine/issues/1516) from @jbunton-atlassian * Allow node to report load time errors - - Fixes #1519 + - Fixes [#1519](https://github.com/jasmine/jasmine/issues/1519) * Fixing missing semi-colons - - Merges #1512 from @Sylhare + - Merges [#1512](https://github.com/jasmine/jasmine/issues/1512) from @Sylhare * Fixed release notes link * Added matchers: truthy, falsy, empty and notEmpty - - Merges #1460 from @sjolicoeur + - Merges [#1460](https://github.com/jasmine/jasmine/issues/1460) from @sjolicoeur * Add API docs for async reporters @@ -27,30 +27,26 @@ This release contains a number of fixes and pull requests severely damaged their own `toString` during test execution. * Moved toHaveClass matcher into core so that it can be used in Karma - - Fixes #1503 + - Fixes [#1503](https://github.com/jasmine/jasmine/issues/1503) * allow adding a deprecation object - - Merges #1498 from @UziTech + - Merges [#1498](https://github.com/jasmine/jasmine/issues/1498) from @UziTech * Add CodeTriage badge to jasmine/jasmine - - Merges #1505 from @codetriage-readme-bot - -* throw errors - * SHA: 6193bc113b613f83dfeb48e958f5a46c9eb75585 - * Tony Brix, tony@brix.ninja + - Merges [#1505](https://github.com/jasmine/jasmine/issues/1505) from @codetriage-readme-bot * Resolve merge conflict - - Merges #1501 from @aptx4869 - - Fixes #1500 + - Merges [#1501](https://github.com/jasmine/jasmine/issues/1501) from @aptx4869 + - Fixes [#1500](https://github.com/jasmine/jasmine/issues/1500) * Fix release note typo - - Merges #1499 @bcaudan + - Merges [#1499](https://github.com/jasmine/jasmine/issues/1499) @bcaudan * Only show deprecation for catch exceptions if you tell Jasmine not to catch - - Fixes #1497 + - Fixes [#1497](https://github.com/jasmine/jasmine/issues/1497) * Add notes for environments that have lost support - - Fixes #1495 + - Fixes [#1495](https://github.com/jasmine/jasmine/issues/1495) ------