added changelog entries for bw_common and bw_math
This commit is contained in:
parent
ef8b5626a3
commit
37055e65ad
@ -29,8 +29,9 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>1.1.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added <code>BW_NULL</code> and relaxed <code>NULL</code> definition
|
||||
* requirement in C++.</li>
|
||||
* <li>Added <code>BW_NULL</code> and relaxed <code>NULL</code>
|
||||
* definition requirement in C++.</li>
|
||||
* <li>Fixed sign-related warning in <code>bw_hash_sdbm()</code>.</li>
|
||||
* </ul>
|
||||
* </li>
|
||||
* <li>Version <strong>1.0.0</strong>:
|
||||
|
@ -47,6 +47,8 @@
|
||||
* <li>Version <strong>1.0.1</strong>:
|
||||
* <ul>
|
||||
* <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>
|
||||
* </li>
|
||||
* <li>Version <strong>1.0.0</strong>:
|
||||
|
Loading…
Reference in New Issue
Block a user