summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/upgrade.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index e12e29d..8c55e4b 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -26,6 +26,9 @@
<li> New cdb functions: <tt>cdb_hashv()</tt>, <tt>cdbmake_addv()</tt> </li>
<li> New <tt>cspawn</tt> function, for posix_spawn/fork unification </li>
<li> <tt>child_spawn</tt> functions are now declared in <tt>cspawn.h</tt> </li>
+ <li> <tt>case_lowerb() and friends now use ctype.h functions, supporting locale
+if it is declared in the application. </li>
+ <li> <tt>case_str()</tt> removed, strcasestr() fallback implementation added </li>
</ul>
<h2> in 2.13.1.1 </h2>