summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-05 03:10:48 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-22 14:57:23 -0500
commit9df2e2ea425663167496ba340f850c0b9aa37990 (patch)
tree427602bd1af21cf96f49de80ffd505ba126ba37d /ChangeLog
parentbc1bde5ac9644d767f27a300a4ec64bd9674f61b (diff)
downloadgroff-git-9df2e2ea425663167496ba340f850c0b9aa37990.tar.gz
[docs]: Fix Savannah #63812.
* doc/groff.texi (Operators in Conditionals): * man/groff.7.in (Conditional expressions): Clarify how the output comparison operator is recognized. Fixes <https://savannah.gnu.org/bugs/?63812>. Thanks to John Gardner for the report. ANNOUNCE: Update bug counts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36c7200a3..c29e8579c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-03-07 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * doc/groff.texi (Operators in Conditionals):
+ * man/groff.7.in (Conditional expressions): Clarify how the
+ output comparison operator is recognized.
+
+ Fixes <https://savannah.gnu.org/bugs/?63812>. Thanks to John
+ Gardner for the report.
+
2023-03-06 G. Branden Robinson <g.branden.robinson@gmail.com>
Use a better type for symbol hashes.