From 8983ebdc696e44e3efffc5273df60b06277ba291 Mon Sep 17 00:00:00 2001 From: Olivier Guyot Date: Fri, 22 Mar 2019 13:30:58 +0100 Subject: [PATCH] Fix View method name in upgrade notes See #9349 --- changelog/upgrade-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 04559b5ef2..647b8a188a 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -12,7 +12,7 @@ target values are provided and constraints are applied on these to determine the ##### Removal of the `constrainResolution` option on `View.fit`, `PinchZoom`, `MouseWheelZoom` and `ol/interaction.js` -The `constrainResolution` option is now only supported by the `View` class. A `View.setResolutionConstrained` method was added as well. +The `constrainResolution` option is now only supported by the `View` class. A `View.setConstrainResolution` method was added as well. Generally, the responsibility of applying center/rotation/resolutions constraints was moved from interactions and controls to the `View` class.