diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-07-03 11:19:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-07-03 11:19:06 +0000 |
commit | 4f0ff15709ee9f0f025858ac85ec21a9d955e88e (patch) | |
tree | f99f929db553e0a95968299d2ab154e9336ee2f7 | |
parent | 0beff2477b55728603127f21a9df604b6fcf840c (diff) | |
download | skalibs-4f0ff15709ee9f0f025858ac85ec21a9d955e88e.tar.gz skalibs-4f0ff15709ee9f0f025858ac85ec21a9d955e88e.tar.xz skalibs-4f0ff15709ee9f0f025858ac85ec21a9d955e88e.zip |
Update changelog
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/upgrade.html | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 3ab6bd1..905712f 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ In 2.13.2.0 - New accessor function: selfpipe_fd(). - New functions: slurpn(), openslurpnclose(). - New strerr macros to warn with a "fatal" message + - New cdb functions: cdb_hashv(), cdbmake_addv() In 2.13.1.1 diff --git a/doc/upgrade.html b/doc/upgrade.html index ed83b9b..6e7616a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -20,7 +20,9 @@ <h2> in 2.13.2.0 </h2> <ul> - <li> New accessor function: <tt>selfpipe_fd()</tt> </li> + <li> New selfpipe accessor function: <tt>selfpipe_fd()</tt> </li> + <li> New djbunix functions: <tt>slurpn()</tt>, <tt>openslurpnclose()</tt> </li> + <li> New cdb functions: <tt>cdb_hashv()</tt>, <tt>cdmake_addv()</tt> </li> </ul> <h2> in 2.13.1.1 </h2> |