]> Savannah Git Hosting - gnulib.git/commitdiff
* NEWS: Document recent change to diffseq.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Feb 2014 00:19:31 +0000 (16:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Feb 2014 00:19:31 +0000 (16:19 -0800)
ChangeLog
NEWS

index b85c1725e2b288dddf9a4ed878240a3564278dd6..fcb9afcc1f4bdb161e2343eb83eb5e34cdf0b12a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@
        * lib/fstrcmp.c (strcmp_bounded):
        * lib/git-merge-changelog.c (compute_differences):
        Adjust to diffseq.h changes.
+       * NEWS: Document the change.
 
        savedir: simplify by using stpcpy
        * lib/savedir.c (direntry_t): Remove size member.  All uses removed.
diff --git a/NEWS b/NEWS
index 4b02a5a5acbfffe84a192acd8186110d6a5db6e5..11cb2ffbb68c21143311df6b40ca8d4996152844 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Important notes
 
 Date        Modules         Changes
 
+2014-02-23  diffseq         The members too_expensive, lo_minimal and hi_minimal
+                            were removed from public structureas, and the
+                            find_minimal argument was removed from diag
+                            and compareseq.
+
 2014-02-11  savedir         The savedir and streamsavedir functions have a
                             new argument specifying how to sort the result.
                             The fdsavedir function is removed.