Skip to content

Commit d652830

Browse files
committed
Updating CHANGELOG
1 parent d154585 commit d652830

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
7+
### Changed
8+
- All monad transformers that can support composable parallelism do support it
9+
710
### Added
811
- `Writer`, the writer monad
912
- `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
1017

1118
## [5.0.0] - 2019-09-23
1219
### Changed

0 commit comments

Comments
 (0)