From 917359107da97711ea33457770805c3fb7cbc6ee Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 6 Oct 2017 09:34:36 -0600 Subject: [PATCH] Changes for v4.4.1 --- changelog/v4.4.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/v4.4.1.md diff --git a/changelog/v4.4.1.md b/changelog/v4.4.1.md new file mode 100644 index 0000000000..d9f3787e13 --- /dev/null +++ b/changelog/v4.4.1.md @@ -0,0 +1,8 @@ +# 4.4.1 + +The v4.4.1 release includes a fix for the [`ol` package](https://www.npmjs.com/package/ol) and a fix for a tile rendering regression. + +## Fixes + + * [#7323](https://github.com/openlayers/openlayers/pull/7323) - Only clear the canvas when needed ([@tschaub](https://github.com/tschaub)) + * [#7313](https://github.com/openlayers/openlayers/pull/7313) - Use lowercase module identifiers until ol@5 ([@tschaub](https://github.com/tschaub))