Skip to content

Commit 78efc11

Browse files
committed
Updating CHANGELOG to call out breaking type signature changes
1 parent ae1fc25 commit 78efc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
77
### Changed
8-
- `MonadT` is now witnessed by a parameter for better subtyping
8+
- ***Breaking Change***: `MonadT` is now witnessed by a parameter for better subtyping
99
- `Alter` now merely requires an `Fn1` instead of an explicit `Effect`
1010
- `IO` now internally trampolines all forms of composition, including lazyZip;
1111
sequencing very large iterables of IO will work, if you have the heap, and

0 commit comments

Comments
 (0)