From 3c69c42a3b77bade93be73eb301768cf7231413e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 15 Sep 2013 23:18:33 -0700 Subject: [PATCH] update changelog after 1dd1275 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2eaeafbd..aaf50ad89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Released ... Summary: TODO +- Optimized expression evaluation of text by avoiding extra copy (1dd1275) + - Added Map level `background-image-comp-op` to control the compositing operation used to blend the `background-image` onto the `background-color`. Has no meaning if `background-color` or `background-image` are not set. (#1966)