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 d154585 commit d652830Copy full SHA for d652830
CHANGELOG.md
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
6
## [Unreleased]
7
+### Changed
8
+- All monad transformers that can support composable parallelism do support it
9
+
10
### Added
11
- `Writer`, the writer monad
12
- `EndoK`, a monoid formed under endomorphism for any monad
13
+- `AutoBracket`, a specialized form of `Bracket` for `AutoCloseable` that closes the resource during cleanup
14
15
+### Fixed
16
+- `SafeT#zip` is now stack-safe regardless of the underlying monad's `zip` implementation
17
18
## [5.0.0] - 2019-09-23
19
### Changed
0 commit comments