diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 105ddba..924ebc4 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,9 @@ <ul> <li> The avltreeb macros have been removed. Instead, the <tt>AVLTREEN_DECLARE_AND_INIT() macro has been added. </li> + <li> The <tt>mkdir_unique()</tt> function has been removed. +(It duplicated the functionality of the standard <tt>mkdtemp()</tt> +function.) </li> <li> New functions: <tt>env_dump()</tt>, <tt>mk?temp()</tt>, <tt>autosurf()</tt>, <tt>autosurf_name()</tt> </li> </ul> |