From eddbc2d3da927726d39e4be91a3c642613b7d9f6 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 23 Oct 2014 01:20:02 -0700 Subject: [PATCH] copy edit of changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce99eba4c..8f1cbded4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ For a complete change history, see the git log. - Improved support for International Text (now uses harfbuzz library for text shaping) - Uses latest c++11 features for better performance (especially map loading) -- Expressions everywhere: all symbolizer properties can now be data driven expression (which the exception of `face-name` and `fontset-name`). +- Expressions everywhere: all symbolizer properties can now be data driven expressions (with the exception of `face-name` and `fontset-name` on the `TextSymbolizer`). - New functions supported in expressions: `exp`, `sin`, `cos`, `tan`, `atan`, `abs`. - Pattern symbolizers now support SVG input and applying transformations on them dynamically - Experimental / interface may change: `@variables` can be passed to renderer and evaluated in expressions