From 866f19079df5214a022925f3f198a589566fb99b Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Fri, 6 Jan 2017 18:06:37 -0800 Subject: [PATCH] Update CHANGELOG.md for release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c7801..dc3884c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.13.4 +* Fix README.md's instructions on how to override the built in Perl highlighter. + The previous instructions were not accurate and did not properly work. +* Add quoting/commenting using the S-shaped bag delimiter `⟅ ⟆`. +* Add highlighting for `mkdir` routine/method. + # v1.13.3 * Allow angle bracket multi-line quoting directly after the `for` keyword. Fixes Issue #37