summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-08 19:25:39 +0200
committerBruno Haible <bruno@clisp.org>2020-05-08 19:25:39 +0200
commit0f76f71438bf11bb0867da65079e70a527a9de24 (patch)
treed9decab2221ddb3d2e919e91d3d9650eae8249a1 /ChangeLog
parentcf9faba87af1487f8e8920947a8e45d45e2512d5 (diff)
downloadgnulib-0f76f71438bf11bb0867da65079e70a527a9de24.tar.gz
list: Update documentation.
Reported by Marc Nieper-Wißkirchen <marc.nieper+gnu@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00062.html>. * doc/containers.texi (Container data types): Document the new list operations and their complexity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f154d5137..12955aea19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2020-05-08 Bruno Haible <bruno@clisp.org>
+ list: Update documentation.
+ Reported by Marc Nieper-Wißkirchen <marc.nieper+gnu@gmail.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00062.html>.
+ * doc/containers.texi (Container data types): Document the new list
+ operations and their complexity.
+
+2020-05-08 Bruno Haible <bruno@clisp.org>
+
ignore-value tests: Use module 'attribute'.
* m4/gnulib-common.m4 (gl_COMMON_BODY): Fix a typo.
* tests/test-ignore-value.c: Include attribute.h.