Skip to content

Commit d2d3ce5

Browse files
committed
Fn1#uncurry and into* variants now accept general products
1 parent fb18ccf commit d2d3ce5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
99
- Adding composition guarantees to `LensLike`
1010
- `CmpEqBy`, `CmpEq`, `GTBy`, `GT`, `LTBy`, `LT`, `GTEBy`, `GTE`, `LTEBy`, and `LTE` inequality checks
1111
- `MinBy`, `MaxBy`, `Min`, and `Max` semigroups
12+
- `Product2-8` interfaces, representing general product types
13+
14+
### Changed
15+
- `Tuple2-8` now implement `Product2-8`
16+
- `Into2-8` now accepts a product of the same cardinality, instead of requiring a tuple
17+
- `CoProduct2-8#project` now return generalized products
1218

1319
## [3.0.3] - 2018-05-27
1420
### Added
@@ -22,13 +28,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2228
## [3.0.2] - 2018-05-21
2329
### Added
2430
- `IterableLens#mapping`, an `Iso` that maps values
25-
- `Product2-8` interfaces, representing general product types
2631

2732
### Changed
2833
- `TypeSafeKey.Simple` now has a default `#apply` implementation
29-
- `Tuple2-8` now implement `Product2-8`
30-
- `Into2-8` now accepts a product of the same cardinality, instead of requiring a tuple
31-
- `CoProduct2-8#project` now return generalized products
3234

3335
### Fixed
3436
- mapped `TypeSafeKey` instances can be used for initial put in an `HMap`, and the base key can be used to retrieve them

0 commit comments

Comments
 (0)