diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-01-05 20:04:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-01-05 20:04:57 +0000 |
commit | 2b0ab2120becaa40b777e7c43bfa57cb0397e3a9 (patch) | |
tree | f20e09817ee647b750fb0e59d8cc543301b29a3e /doc/upgrade.html | |
parent | 60ab25645e64e5e054d9b101091e3b1abd87d36e (diff) | |
download | skalibs-2b0ab2120becaa40b777e7c43bfa57cb0397e3a9.tar.xz |
Add bitarray_first{clear,set}_skip (thx jjk)
version: rc for 2.3.9.0 after Makefile fix
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 53b65a1..d67960f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.9.0 </h2> + +<ul> + <li> New functions: <tt>bitarray_firstclear_skip</tt> and +<tt>bitarray_firstset_skip</tt>. </li> +</ul> + <h2> in 2.3.8.3 </h2> <ul> |