From fc3675e058602269346ff6a446d52e0b6a4ef4ca Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Thu, 2 Feb 2017 01:48:37 -0800 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793f586..ad42672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.14.0 +* Sort of fix variable highlighting in qq quoted heredocs. Still has some issues + though. +* Highlight `is-lazy`, `trim-trailing` and `trim-leading` methods +* Highlight `Order` types (More|Less|Same) +* Highlight `is pure` trait +* Highlight `quietly` and `:exists` +* Enable quoting using + `„Low-double quotation mark ― Left/Right double quotation mark quoting.“` + Fixes Issue #48 + # v1.13.8 * Fix highlighting of `proto method X`, `proto sub X` etc. Fixes Issue #31