From 393075324683cb4e4faefc2639a421936e62fdab Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Wed, 13 Mar 2019 15:28:22 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9def973fe..c2f87777d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## 4.15.x +### 4.15.6 + +- Fix regression in older browsers caused by using `string.startsWith` in the runtime code. + ### 4.15.5 - Allow syntax that Marko does not understand (but esprima does) to pass through in the arguments syntax. [#1286](https://github.com/marko-js/marko/pull/1286)