diff options
Diffstat (limited to 'web/news/e031_version_0_16_2.rst')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index 3f111b503..802478090 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -23,6 +23,9 @@ Changes affecting backwards compatibility pointer. Now the hash is calculated from the contents of the string, assuming ``cstring`` is a null-terminated string. Equal ``string`` and ``cstring`` values produce an equal hash value. +- ``memfiles.open`` now closes file handleds/fds by default. Passing + ``allowRemap=true`` to ``memfiles.open`` recovers the old behavior. The old + behavior is only needed to call ``mapMem`` on the resulting ``MemFile``. Library Additions ----------------- |