summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b3dce6b2..c83cd1880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 5.3.1.
+ * src/cp.c: Add uses of ARGMATCH_VERIFY to ensure that
+ corresponding option string and value arrays are consistent.
+ * src/date.c: Likewise.
+ * src/du.c: Likewise.
+ * src/ls.c: Likewise.
+ cp.c and date.c each had a harmless trailing `, 0' (now-removed)
+ in a value list.
+
* src/system.h (VERIFY): Guard definition with #ifndef.
(VERIFY_EXPR): Undef before defining.