From b9328e6d4273a3ad7a1ef4d990888584964f0a0c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 1 Apr 2023 14:09:48 -0700 Subject: [PATCH] Add spellchecking of source code to NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index cce27406..af0fe9ac 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ auto-matching behavior (see above). * #662: Fix regression in which "check_repositories" option failed to match repositories. * #663: Fix regression in which the "transfer" action produced a traceback. + * Add spellchecking of source code during test runs. 1.7.10 * #396: When a database command errors, display and log the error message instead of swallowing it.