added changelog entries for bw_common and bw_math

This commit is contained in:
Stefano D'Angelo 2024-01-31 10:08:25 +01:00
parent ef8b5626a3
commit 37055e65ad
2 changed files with 5 additions and 2 deletions

View File

@ -29,8 +29,9 @@
* <ul> * <ul>
* <li>Version <strong>1.1.0</strong>: * <li>Version <strong>1.1.0</strong>:
* <ul> * <ul>
* <li>Added <code>BW_NULL</code> and relaxed <code>NULL</code> definition * <li>Added <code>BW_NULL</code> and relaxed <code>NULL</code>
* requirement in C++.</li> * definition requirement in C++.</li>
* <li>Fixed sign-related warning in <code>bw_hash_sdbm()</code>.</li>
* </ul> * </ul>
* </li> * </li>
* <li>Version <strong>1.0.0</strong>: * <li>Version <strong>1.0.0</strong>:

View File

@ -47,6 +47,8 @@
* <li>Version <strong>1.0.1</strong>: * <li>Version <strong>1.0.1</strong>:
* <ul> * <ul>
* <li>Now using <code>BW_NULL</code>.</li> * <li>Now using <code>BW_NULL</code>.</li>
* <li>Fixed sign-related warnings in <code>bw_truncf()</code>,
* <code>bw_roundf()</code>, and <code>bw_sqrtf()</code>.</li>
* </ul> * </ul>
* </li> * </li>
* <li>Version <strong>1.0.0</strong>: * <li>Version <strong>1.0.0</strong>: