From c5330787e7af755b3227dec8fc08d3b4979a8f88 Mon Sep 17 00:00:00 2001 From: prettydiff Date: Sun, 29 Jan 2017 20:07:53 -0600 Subject: [PATCH] adding change log updates --- changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog.md b/changelog.md index e654f93d..fea87212 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Pretty Diff change log +## v2.1.16 + +### Defects +* Fixes #392, problems with vertical alignment +* Fixes #396, biddle application is now working properly +* Fixes #398, JSX disruption due to comments +* Fixes #399, SCSS @else properly recognized as an else template tag +* Fixes #401, a minor TypeScript flaw with missing indentation +* Fixes #402, defect with code getting dropped if a template tag wraps as markup +* Fixes #403, {{end -}} was not properly recognized as an end tag +* Fixes #407, some extra hardiness for Rust language conventions + +### Enhancements +* Fixes #393, JSON code is no longer polluted with JavaScript specific parsing enhancements +* Fixes #405, stronger wrapping when strings and non-strings are mixed + ## v2.1.15 ### Defect resolutions