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