From 321e6e9160490c25500892a2592cb15ba7c25f49 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sun, 11 Mar 2018 15:27:32 +0100 Subject: [PATCH] fixes to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6c93554..7b1c8b373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ ## 1.14.0 ### Features -* pass options for formatters and accept option unixFormattingEscapeBrackets in unix_formatting +* pass options to formatters and accept option unixFormattingEscapeBrackets in unix_formatting (PR by [Marcel Link](https://github.com/ml1nk) * improve performance of repaint and layout whole page when changing content of the terminal * use ch unit for wide characters if browser support it (it have wide support then css variables) ### Bugs * fix newline as first character in formatting [#375](https://github.com/jcubic/jquery.terminal/pull/375). -* fix error when echo undefined (it not echo string undefined since it's coverted to string) +* fix error when echo undefined (it will echo string undefined since it's coverted to string) ## 1.12.1 * fix minified css file + fix scrollbar