From d132c2a98c200069183d428844f4c245a57b4f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Mon, 12 Jun 2017 12:59:37 -0600 Subject: [PATCH] Document new version changes. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dec62d..7bbcf96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SECRETARY - + @@ -159,6 +159,7 @@ Pad zeroes to `value` to the left until output value's length be equal to `lengt Secretary supports most of the jinja2 control structure/flow tags. But please avoid using the following tags since they are not supported: `block`, `extends`, `macro`, `call`, `include` and `import`. ### Version History +* **0.2.15**: Fix bug reported in #39 escaping Line-Feed and Tab chars inside `text:` elements. * **0.2.14**: Implement dynamic links escaping and fix #33. * **0.2.13**: Fix reported bug in markdown filter outputing emply lists. * **0.2.11**: Fix bug when unescaping `"`, `'`, `<`, `>` and '&' inside Jinja expressions.