diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-11-14 17:08:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-11-14 17:08:47 +0000 |
commit | 661329653329949929b043f5fc45821aa314face (patch) | |
tree | b114775c7d8e0cf1d53f8b1fbc657d492f4bd444 /doc | |
parent | 9575ac2abacc87c4167d419e5a1fa1d650dee11d (diff) | |
download | skalibs-661329653329949929b043f5fc45821aa314face.tar.xz |
Add env_dump()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 83a574a..e341d4f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,7 @@ <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> </ul> <h2> in 2.7.0.0 </h2> |