diff --git a/changelog/v4.6.3.md b/changelog/v4.6.3.md new file mode 100644 index 0000000000..5aeabfa599 --- /dev/null +++ b/changelog/v4.6.3.md @@ -0,0 +1,7 @@ +# 4.6.3 + +The v4.6.3 release fixes a performance issue when `renderMode: 'image'` is set on an `ol.layer.Vector`. + +## Fixes + + * [#7554](https://github.com/openlayers/openlayers/pull/7554) - Only compose image vector frame when the replay group has changed ([@ahocevar](https://github.com/ahocevar))