Add detail to the upgrade notes

This commit is contained in:
Tim Schaub
2015-09-25 12:26:58 -06:00
parent d6f03697d7
commit 55908485f2
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
### v3.10.0
#### `ol.layer.Layer` changes
The experimental `setHue`, `setContrast`, `setBrightness`, `setSaturation`, and the corresponding getter methods have been removed. These properties only worked with the WebGL renderer. If are interested in applying color transforms, look for the `postcompose` event in the API docs. In addition, the `ol.source.Raster` source provides a way to create new raster data based on arbitrary transforms run on any number of input sources.
### v3.9.0
#### `ol.style.Circle` changes

View File

@@ -12,7 +12,6 @@ goog.require('ol.Object');
goog.require('ol.ObjectEventType');
goog.require('ol.extent');
goog.require('ol.layer.Base');
goog.require('ol.math');
goog.require('ol.source.State');