Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Schaub
01dc8d024f Update package version to 3.20.1 2016-12-20 17:15:01 -07:00
Tim Schaub
a68a3a51df Changelog for v3.20.1 2016-12-20 17:14:53 -07:00
2 changed files with 11 additions and 1 deletions

10
changelog/v3.20.1.md Normal file
View File

@@ -0,0 +1,10 @@
# v3.20.1
## Summary
The v3.20.1 release is a patch release that addresses two regressions in the v3.20.0 release. See the [v3.20.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.20.0) for details on upgrading from v3.19.x.
## Fixes
* [#6280](https://github.com/openlayers/ol3/pull/6280) - Continue loading tiles when image is not ready yet ([@ahocevar](https://github.com/ahocevar))
* [#6283](https://github.com/openlayers/ol3/pull/6283) - Avoid modifying coordinate in forEachLayerAtCoordinate ([@tschaub](https://github.com/tschaub))

View File

@@ -1,6 +1,6 @@
{ {
"name": "openlayers", "name": "openlayers",
"version": "3.20.0", "version": "3.20.1",
"description": "Build tools and sources for developing OpenLayers based mapping applications", "description": "Build tools and sources for developing OpenLayers based mapping applications",
"keywords": [ "keywords": [
"map", "map",