update changelog

This commit is contained in:
Stephen Diehl
2017-05-03 10:37:39 +01:00
parent 269c81b1d2
commit 456a063e35
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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
====
+2
View File
@@ -78,6 +78,8 @@ import Safe as X (
, lastMay
, foldr1May
, foldl1May
, maximumMay
, minimumMay
, atMay
, atDef
)