Add upgrade notes to 4.4.0 changelog

This commit is contained in:
Tim Schaub
2017-10-08 15:11:19 -06:00
parent ad5f21fa5c
commit 2eb8ed047a
2 changed files with 45 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
### Next Release
### v4.4.0
#### Behavior change for polygon labels
Polygon labels are now only rendered when the label does not exceed the polygon at the label position. To get the old behavior, configure your `ol.style.Text` with `exceedLength: true`.