From 676476ec64594ea0c98799139bb259d4cb85e0f5 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 23 Dec 2014 11:28:48 -0500 Subject: [PATCH] Changelog for v3.1.1 --- changelog/v3.1.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/v3.1.1.md diff --git a/changelog/v3.1.1.md b/changelog/v3.1.1.md new file mode 100644 index 0000000000..9d78c2915e --- /dev/null +++ b/changelog/v3.1.1.md @@ -0,0 +1,9 @@ +# 3.1.0 + +## Summary + +This is a patch release to fix an issue with the select interaction in the 3.1.0 release. + +## Changes + + * [#3082](https://github.com/openlayers/ol3/pull/3082) - Correct arguments for forEachGeometryAtPixel. ([@tschaub](https://github.com/tschaub))