- Added a
File.createEmptyextension method. - Added the
MmappedFile#open?method. MmappedFiledocumentation has been clarified.- Fix an incorrectly named method in
MmappedFile. - Fix position checking in
MmappedFile. - Fixed the behavior of
MmappedFilewhen the file already exists. If the file already exists and Mode::Write is requested, if the existing file is a different size, it can optionally be blanked.