From c3870aed8121eaac4746a79d7f8c3cbc6488b85d Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 18 Mar 2018 23:32:50 +0100 Subject: [PATCH] Changelog for v4.6.5 --- changelog/v4.6.5.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/v4.6.5.md diff --git a/changelog/v4.6.5.md b/changelog/v4.6.5.md new file mode 100644 index 0000000000..bb1e506ccd --- /dev/null +++ b/changelog/v4.6.5.md @@ -0,0 +1,7 @@ +# 4.6.5 + +The v4.6.5 release fixes a hit detection issue when `declutter: true` is set on an `ol.layer.VectorTile`. + +## Fixes + + * [#7669](https://github.com/openlayers/openlayers/pull/7559) - Use declutter tree only for text and image replays ([@ahocevar](https://github.com/ahocevar))