Skip to content

Commit

Permalink
Clean-up changelog and run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfe committed Jun 26, 2020
1 parent cedacb4 commit d213f6f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit d213f6f

Please sign in to comment.