Added release note for changed methods of ol.style.regularShape

Regarding #6759
This commit is contained in:
simonseyock
2017-06-09 22:52:31 +02:00
parent a23246aca1
commit e822731f8c

View File

@@ -2,6 +2,14 @@
### Next release
#### Return values of two `ol.style.RegularShape` getters have changed
To provide a more consistent behaviour the following getters now return the same value that was given to constructor:
`ol.style.RegularShape#getPoints` does not return the double amount of points anymore if a radius2 is set.
`ol.style.RegularShape#getRadius2` will return `undefined` if no radius2 is set.
### v4.1.0
#### Adding duplicate layers to a map throws