update changelog
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
* Restrict exported symbols from ``async`` to set available in 2.0.
|
* Restrict exported symbols from ``async`` to set available in 2.0.
|
||||||
* Add `(&&^)`, `(||^)`, `(<&&>)`, `(<||>)`
|
* Add `(&&^)`, `(||^)`, `(<&&>)`, `(<||>)`
|
||||||
* Expose `unzip`.
|
* Expose `unzip`.
|
||||||
|
* Export `maximumMay` and `minimumMay`.
|
||||||
|
* Mask `Type` export from `Data.Kind`.
|
||||||
|
* Wrap `die` to take `Text` argument instead of `[Char]`.
|
||||||
|
|
||||||
0.1.9
|
0.1.9
|
||||||
====
|
====
|
||||||
|
|||||||
@@ -78,6 +78,8 @@ import Safe as X (
|
|||||||
, lastMay
|
, lastMay
|
||||||
, foldr1May
|
, foldr1May
|
||||||
, foldl1May
|
, foldl1May
|
||||||
|
, maximumMay
|
||||||
|
, minimumMay
|
||||||
, atMay
|
, atMay
|
||||||
, atDef
|
, atDef
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user