Skip to content

Commit

Permalink
Add change log for fromJust fix and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Feb 6, 2020
1 parent 33987bd commit 25f202b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for patch

## 0.0.3.1

* Replace `fromJust` with something easier to debug.

## 0.0.3.0

* Create `PatchMapWithPatchingMove` variant which supports moves with a patch.
Expand Down
2 changes: 1 addition & 1 deletion patch.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: patch
Version: 0.0.3.0
Version: 0.0.3.1
Synopsis: Infrastructure for writing patches which act on other types.
Description:
In this library, a patch is something which can be applied, analogous to a
Expand Down

0 comments on commit 25f202b

Please sign in to comment.