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)