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 11, 2023
1 parent cb0337c commit f8aba94
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 @@ -3,6 +3,7 @@
* 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"

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 @@ -21,7 +21,8 @@
"new_features": [
],
"bug_fixes": [
{ "num": 12676, "desc": "IncrementProperty: Corrected bad wrap-around calculation when increment is negative" }
{ "num": 12676, "desc": "IncrementProperty: Corrected bad wrap-around calculation when increment is negative" },
{ "num": 12659, "desc": "Translate current side before checking for \"next side\"" }
],
"other_improvements": [
{ "num": 12661, "desc": "Translate side names in change sides message" }
Expand Down

0 comments on commit f8aba94

Please sign in to comment.