bump version to 2018.2 B2 and update changelog

This commit is contained in:
Bill Zissimopoulos
2018-07-05 15:13:56 -07:00
parent 9b8b3e9cb8
commit a56caf3f94
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
= Changelog
v1.4B2 (2018.2 B2)::
Changes since v1.3:
* New `Control` file system operation allows sending custom control codes to the file system using the Windows `DeviceIoControl` API.
* `FlushAndPurgeOnCleanup` has now been added to the .NET API. (GitHub PR #176; thanks @FrKaram.)
* New sample file system "airfs" contributed by @JohnOberschelp.
v1.4B1 (2018.2 B1)::
Changes since v1.3: