Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Sep 12, 2023
1 parent 0699599 commit 12a6b6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
3.7.1 - ???

* 12582: Corrected divide-by-zero problem for Zones defined by zero-point
polygons
* 12676: IncrementProperty: Corrected bad wrap-around calculation when
increment is negative
* 12661: Translate side names in change sides message
* 12659: Translate current side before checking for "next side"
* 12645: Respect localization when filtering sides
* 12582: Corrected divide-by-zero problem for Zones defined by zero-point
polygons

3.7.0 - 7 September 2023

Expand Down
5 changes: 3 additions & 2 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"new_features": [
],
"bug_fixes": [
{ "num": 12582, "desc": "Corrected divide-by-zero problem for Zones defined by zero-point polygons" },
{ "num": 12676, "desc": "IncrementProperty: Corrected bad wrap-around calculation when increment is negative" },
{ "num": 12659, "desc": "Translate current side before checking for \"next side\"" }
{ "num": 12659, "desc": "Translate current side before checking for \"next side\"" },
{ "num": 12645, "desc": "Respect localization when filtering sides" },
{ "num": 12582, "desc": "Corrected divide-by-zero problem for Zones defined by zero-point polygons" }
],
"other_improvements": [
{ "num": 12661, "desc": "Translate side names in change sides message" }
Expand Down

0 comments on commit 12a6b6e

Please sign in to comment.