diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-12-07 21:00:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-12-07 21:00:23 +0000 |
commit | 2f017fbdd689e025437783cc8d675a7d304b37c3 (patch) | |
tree | 57645420ed02a56ab4e6abfc3b1ff9847ee96c8e /doc | |
parent | 1af5a42e566da1e615abae7868ae7a10260ce0b8 (diff) | |
download | skalibs-2f017fbdd689e025437783cc8d675a7d304b37c3.tar.xz |
Add mk?temp and autosurf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index e341d4f..105ddba 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,8 @@ <ul> <li> The avltreeb macros have been removed. Instead, the <tt>AVLTREEN_DECLARE_AND_INIT() macro has been added. </li> - <li> New function: <tt>env_dump()</tt> </li> + <li> New functions: <tt>env_dump()</tt>, <tt>mk?temp()</tt>, +<tt>autosurf()</tt>, <tt>autosurf_name()</tt> </li> </ul> <h2> in 2.7.0.0 </h2> |