Skip to content

Commit 25f202b

Browse files
committed
Add change log for fromJust fix and bump version
1 parent 33987bd commit 25f202b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for patch
22

3+
## 0.0.3.1
4+
5+
* Replace `fromJust` with something easier to debug.
6+
37
## 0.0.3.0
48

59
* Create `PatchMapWithPatchingMove` variant which supports moves with a patch.

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: patch
2-
Version: 0.0.3.0
2+
Version: 0.0.3.1
33
Synopsis: Infrastructure for writing patches which act on other types.
44
Description:
55
In this library, a patch is something which can be applied, analogous to a

0 commit comments

Comments
 (0)