From 12706fa570e77172ec1822c47d36dbc65c307e69 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 17 Apr 2019 16:23:38 +0800 Subject: [PATCH] update changelog for 2.1.2 --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4cd557f7..072ddac0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # Release History +## 2.1.2 (2019-04-17) + +**Features** + +- use \$\$ to escape \$ notation + +**Bugfixes** + +- match duplicate variable/function in single raw string +- escape '{' and '}' notation in raw string + ## 2.1.1 (2019-04-11) **Features**