Module Name: src
Committed By: rillig
Date: Sat May 28 09:41:51 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
doc/CHANGES: summarize latest changes to gomoku
To generate a diff of this commit:
cvs rdiff -u -r1.2881 -r1.2882 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2881 src/doc/CHANGES:1.2882
--- src/doc/CHANGES:1.2881 Wed May 25 09:35:58 2022
+++ src/doc/CHANGES Sat May 28 09:41:51 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2881 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2882 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -582,3 +582,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[rillig 20220503]
make(1): Add "randomize-targets" for debugging race conditions.
[rillig 20220507]
+ gomoku(6): Add highlighting, fix input handling, announce tie early,
+ prevent overly long thinking. [rillig 20220528]