summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-16 00:30:06 +0000
committerBruno Haible <bruno@clisp.org>2007-03-16 00:30:06 +0000
commite062ed7a99ca4e88a93db19362800a3326a462ea (patch)
tree222ea11a3a469b7bc11a9408bcb51e30cbf16f42 /NEWS
parent814d96015643834fadd0980254ad0b7ece8266be (diff)
downloadgnulib-e062ed7a99ca4e88a93db19362800a3326a462ea.tar.gz
Allow the use of a destructor for the values stored in the list.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9bbe8d3d1..5aa7375b65 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ User visible incompatible changes
Date Modules Changes
+2007-03-15 list The functions gl_list_create_empty and
+ gl_list_create now take an extra fourth argument.
+ You can pass NULL.
+
2007-03-15 oset The function gl_oset_create_empty now takes a
array-oset third argument. You can pass NULL.
avltree-oset