Skip to content

Commit

Permalink
Release apply-merge-0.1.0.0
Browse files Browse the repository at this point in the history
Add Changelog.md entry.
  • Loading branch information
pgujjula committed Apr 12, 2024
1 parent 1e91a97 commit 486d0f2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ SPDX-License-Identifier: BSD-3-Clause

# Changelog for apply-merge

## 0.1.0.0 (Release Candidate 2)

### Updated
* Incorporated feedback from _meeeow_ on Haskell Discourse
([link](https://discourse.haskell.org/t/apply-merge-lift-a-binary-increasing-function-onto-ordered-lists-and-produce-ordered-output/9269/4)).

## 0.1.0.0 (Release Candidate 1)
## 0.1.0.0

### Added
* Implementation of `applyMerge`.
Expand All @@ -20,4 +14,6 @@ SPDX-License-Identifier: BSD-3-Clause
* Haddock documentation for `applyMerge`.
* Support for GHC 9.2, 9.4, 9.6, 9.8.
* CI testing for GHC 9.2.8, 9.4.8, 9.6.4.
* Documentation of the library in `README.md` and `docs/ALGORITHM.md`.
* Documentation of the library in `README.md` and `docs/ALGORITHM.md`, with
feedback from _meeeow_ on Haskell Discourse
([link](https://discourse.haskell.org/t/apply-merge-lift-a-binary-increasing-function-onto-ordered-lists-and-produce-ordered-output/9269/4)).

0 comments on commit 486d0f2

Please sign in to comment.