diff --git a/changelog/v4.6.2.md b/changelog/v4.6.2.md new file mode 100644 index 0000000000..fda567b3f3 --- /dev/null +++ b/changelog/v4.6.2.md @@ -0,0 +1,7 @@ +# 4.6.2 + +The v4.6.2 release fixes a regression that could cause tremendous amounts of unneeded vector data to be fetched from the source. + +## Fixes + + * [#7546](Do not request features for wrapped extent) - Do not request features for wrapped extent ([@ahocevar](https://github.com/ahocevar))