Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Oct 25, 2021
1 parent 07f9ff6 commit 426baaa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.6.0-beta5 - 25 October 2021

* 10620: Fix NPE EditPropertiesAction.windowClosed()
* 10616: Mouseover Stack Viewer was failing to launch in certain situations
* 10615: Stack NPE in Mat Movement code

3.6.0-beta4 - 24 October 2021

* 10607: P2P address book entries with spaces in address cause
Expand Down
15 changes: 14 additions & 1 deletion dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@
{ "display_name": "Other", "suffix": "other.zip" }
],
"changes": [
{
{
"in": "3.6.0-beta5",
"since": "3.6.0-beta4",
"new_features": [
],
"bug_fixes": [
{ "num": 10620, "desc": "Fix NPE EditPropertiesAction.windowClosed()" },
{ "num": 10616, "desc": "Mouseover Stack Viewer was failing to launch in certain situations" },
{ "num": 10615, "desc": "Stack NPE in Mat Movement code" }
],
"other_improvements": [
]
},
{
"in": "3.6.0-beta4",
"since": "3.6.0-beta3",
"new_features": [
Expand Down

0 comments on commit 426baaa

Please sign in to comment.