From a0b94e7956f93a314e76012d9b84f7266a813baf Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Sat, 8 Sep 2018 13:51:01 +0200 Subject: [PATCH] Minor custom delimiters text improvement --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7df69b..d91b473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,8 +85,8 @@ console.log( >> TEST 1 ``` -The above illustrates the fact that `Mustache.parse()` cached the template without considering the custom delimiters provided. -This is no longer true. +The above illustrates the fact that `Mustache.parse()` made mustache.js cache the template without considering +the custom delimiters provided. This is no longer true. We don't longer encourage using `Mustache.parse()` for this purpose, but have rather added a fourth argument to `Mustache.render()` letting you provide custom delimiters when rendering.