diff --git a/CHANGES.rst b/CHANGES.rst index 87a8dc09c..7cd73fd58 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +Unreleased +---------- + +- Fix mouseup behaviour when drawing a rectangle layout feature (the cursor was still moving the map after drawing the rectangle even after the click was released). + +- Fix the mouseup behaviour when zooming with a rectangular selection (the cursor was still moving the map after drawing the rectangle even after the click was released). + 0.15.1 (2023-04-11) ------------------- diff --git a/documentation/src/changelog_fr.md b/documentation/src/changelog_fr.md index 0fc0e8b1a..edca71da4 100644 --- a/documentation/src/changelog_fr.md +++ b/documentation/src/changelog_fr.md @@ -1,5 +1,11 @@ # Historique des versions et des changements effectués +#### Unreleased + +- Correction du comportement "mouseup" lors du dessin d'un rectangle (le curseur continuait à déplacer la carte après avoir dessiné le rectangle, même après avoir relâché le clic). + +- Correction du comportement "mouseup" lors d'un zoom avec une sélection rectangulaire (le curseur continuait à déplacer la carte après avoir dessiné le rectangle, même après avoir relâché le clic). + #### 0.15.1 (2023-04-11) - Transfère la valeur d'opacité des couches (choroplèthe, etc.) à leurs légendes.