From d213f6f96fc50d9c201ecf041d84dca8108e675e Mon Sep 17 00:00:00 2001 From: Craig Ferguson Date: Fri, 26 Jun 2020 14:29:24 +0200 Subject: [PATCH] Clean-up changelog and run Prettier --- CHANGES.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 20fb2562..1f475c63 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,12 +3,18 @@ ## Added - Added `Index_unix.Syscalls`, a module exposing various Unix bindings for - interacting with file-systems. + interacting with file-systems. (#176) + +## Changed + +- `Index.close` will now abort an ongoing asynchronous merge operation, rather + than waiting for it to finish. (#185) ## Fixed -- Fail when `Index_unix.IO` file version number is not as expected. -- Fixed creation of an index when an empty `data` file exists. +- Fail when `Index_unix.IO` file version number is not as expected. (#178) + +- Fixed creation of an index when an empty `data` file exists. (#173) # 1.2.0 (2020-02-25) @@ -18,9 +24,8 @@ ## Changed -- Parameterise `Index.Make` over arbitrary mutex and thread implementations - (and remove the obligation for `IO` to provide this functionality). (#160, - #161) +- Parameterise `Index.Make` over arbitrary mutex and thread implementations (and + remove the obligation for `IO` to provide this functionality). (#160, #161) # 1.1.0 (2019-12-21)