Skip to content

Commit 0b823be

Browse files
committed
9.6.4 release notes clarifications
1 parent e7faa6a commit 0b823be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

txt/Release_Notes_9.6.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This release of Soar includes new features and bug fixes for Soar as well as usa
4747
* Far less likely to be corrupted
4848
* More human-readable
4949
* More machine readable (tool developers welcome!)
50-
* More robust to collaboration (no non-deterministic output, fewer git conflicts)
50+
* More robust to collaboration (no non-deterministic output, fewer git conflicts, easier to resolve if they do occur)
5151
* Handles arbitrary enum strings, attribute and operator names, etc.
5252
* VisualSoar will write your project in the new format automatically, but will ask you to delete the old project files yourself. Effort was taken to eliminate any chance of data loss or other unwanted surprises.
5353
* Read/write project and config files atomically
@@ -88,7 +88,7 @@ This release of Soar includes new features and bug fixes for Soar as well as usa
8888
* Account for half-scrolled lines in right-click ([#417](https://github.com/SoarGroup/Soar/issues/417))
8989
* Fix preference file issues ([#509](https://github.com/SoarGroup/Soar/issues/509))
9090
* Don't enter infinite loop when reading an incomplete XML file
91-
* Read preference XML file atomically
91+
* Read/write preference XML file atomically to avoid corruption
9292
* Fix broken `cd` button on Windows ([#452](https://github.com/SoarGroup/Soar/issues/452))
9393
* Improved CLI parameter handling for debugger ([#510](https://github.com/SoarGroup/Soar/issues/510))
9494
* Parameters are now parsed with the `commons-cli` library

0 commit comments

Comments
 (0)