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 20, 2023
1 parent 02ee482 commit 30e89c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* 12645: Respect localization when filtering sides
* 12582: Corrected divide-by-zero problem for Zones defined by zero-point
polygons
* 12542: Mitigate race condition when selecting player sides
* 12474: Fixed NPE when moving EditablePiece which isn't on a map
* 12411: Fixed NPE when updating ConfigureTree
* 12324: Fixed ClassCastException caused by reordering columns in Delayed
Expand Down
1 change: 1 addition & 0 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{ "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" },
{ "num": 12542, "desc": "Mitigate race condition when selecting player sides" },
{ "num": 12474, "desc": "Fixed NPE when moving EditablePiece which isn't on a map" },
{ "num": 12411, "desc": "Fixed NPE when updating ConfigureTree" },
{ "num": 12324, "desc": "Fixed ClassCastException caused by reordering columns in Delayed Notes table" },
Expand Down

0 comments on commit 30e89c0

Please sign in to comment.