summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-04-03 14:58:12 +0100
committerPádraig Brady <P@draigBrady.com>2015-04-03 15:02:09 +0100
commit634ddcf870551aef7dd2a1d0f0c62987a9c986c1 (patch)
treeb819ed8af783c7ba813eef6b517f9809fc1f89c8 /NEWS
parent3fb6e360363744462ce15c381f0b116c6fc4ce82 (diff)
downloadgnulib-634ddcf870551aef7dd2a1d0f0c62987a9c986c1.tar.gz
hash: remove deprecated hash_insert0 function
* lib/hash.h (hash_insert0): Remove deprecated function. * lib/hash.c (hash_insert0): Likewise. * NEWS: Document the interface change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 23dd4f11a5..ef397ef212 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@ User visible incompatible changes
Date Modules Changes
+2015-04-03 hash hash_insert0 function removed (deprecated in 2011).
+
2014-10-29 obstack The obstack functions are no longer limited to
int sizes; size values are now of type size_t.
This changes both the ABI and the API.