From 032182666d376cec72f3b8d3ca84bb315c3c3d1d Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sun, 13 May 2018 11:54:16 +0200 Subject: [PATCH] fix issue links in Changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bbc46e6..d3121af3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ * shift+backspace now do the same thing as backspace ### Bugs -* fix wider characters in IE (#380)[https://github.com/jcubic/jquery.terminal/issues/380] +* fix wider characters in IE [#380](https://github.com/jcubic/jquery.terminal/issues/380) * fix issue with number of characters when terminal is added to DOM after creation in IE * fix scrolling on body in Safari -* fix exception when entering JSON with literal strings (#389)[https://github.com/jcubic/jquery.terminal/issues/389] -* fix orphaned closing bracket on multiline echo (#390)[https://github.com/jcubic/jquery.terminal/issues/390] -* fix whitespace insert after first character after first focus (#391)[https://github.com/jcubic/jquery.terminal/issues/391] +* fix exception when entering JSON with literal strings [#389](https://github.com/jcubic/jquery.terminal/issues/389) +* fix orphaned closing bracket on multiline echo [#390](https://github.com/jcubic/jquery.terminal/issues/390) +* fix whitespace insert after first character after first focus [#391](https://github.com/jcubic/jquery.terminal/issues/391) * fix open link when click on url from exception ## 1.14.0