add mention of background-image-opacity and background-image-comp-op to changelog - refs #1966

This commit is contained in:
Dane Springmeyer 2013-09-05 12:40:41 -07:00
parent f60e1f01c1
commit 0719d320e0

View file

@ -14,6 +14,12 @@ Released ...
Summary: TODO
- 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)
- Added Map level `background-image-opacity` to dynamically set the opacity of the `background-image` (#1966)
- Removed `RENDERING_STATS` compile option since it should be replaced with a better solution (#1956)
- Added support to experimental `svg_renderer` for grouping layers for inkscape and illustrator (#1917)