We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d9f2e commit 0370557Copy full SHA for 0370557
CHANGELOG.md
@@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
21
### Fixed
22
- issue where certain ways to compose `Effect`s unintentionally nullified the effect
23
24
+### Removed
25
+- `AddAll` semigroup, deprecated in previous release
26
+- Dyadic `Either#flatMap()`, deprecated in previous release
27
+
28
## [3.2.0] - 2018-12-08
29
### Changed
30
- ***Breaking Change***: `Difference` and `Intersection` no longer instances of `Semigroup` and moved to `functions.builtin.fn2` package
0 commit comments