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 14, 2023
1 parent cfc4248 commit 9fefa58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* 12411: Fixed NPE when updating ConfigureTree
* 12324: Fixed ClassCastException caused by reordering columns in Delayed
Notes table
* 12307: Prevent NPE when Return to Deck of a deleted Deck

3.7.0 - 7 September 2023

Expand Down
3 changes: 2 additions & 1 deletion dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
{ "num": 12582, "desc": "Corrected divide-by-zero problem for Zones defined by zero-point polygons" },
{ "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" }
{ "num": 12324, "desc": "Fixed ClassCastException caused by reordering columns in Delayed Notes table" },
{ "num": 12307, "desc": "Prevent NPE when Return to Deck of a deleted Deck" }
],
"other_improvements": [
{ "num": 12670, "desc": "Prevent essential components being accidentally deleted" },
Expand Down

0 comments on commit 9fefa58

Please sign in to comment.