Skip to content

Commit

Permalink
Release apply-merge-0.1.1.0
Browse files Browse the repository at this point in the history
Add ChangeLog.md entry.
  • Loading branch information
pgujjula committed May 11, 2024
1 parent 6367f99 commit 7a05532
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ SPDX-License-Identifier: BSD-3-Clause

# Changelog for apply-merge

## 0.1.0.1

### Added
* Implementation of `applyMergeOn` (#1) and `applyMergeBy` (#3).
* Implementation of `applyMerge` for `NonEmpty` (#2).
* Comprehensive benchmark suite for `applyMerge` (#8).
* `mergeAll`-based implementation of `applyMerge` (#10).

### Changed
* Switched from falsify to QuickCheck in the test suite, allowing the
project to be used in Stackage
([link](https://github.com/well-typed/falsify/issues/71)).
* CI configured to test GHC 9.2.8, 9.4.8, 9.6.5, 9.8.2.

## 0.1.0.0

### Added
Expand Down

0 comments on commit 7a05532

Please sign in to comment.