File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
77Breaking changes:
88
99New features:
10+ - Export ` mkPerm ` (#42 by @JordanMartinez )
1011
1112Bugfixes:
1213
1314Other improvements:
15+ - Fix warnings revealed by v0.14.1 PS release (#42 by @JordanMartinez )
1416
1517## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0 ) - 2021-02-26
1618
@@ -143,4 +145,3 @@ Fix type of `Async.exists`.
143145## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-fs/releases/tag/v0.1.0 ) - 2014-08-11
144146
145147Initial semver release.
146-
Original file line number Diff line number Diff line change 11module Node.FS.Perms
22 ( Perm ()
3+ , mkPerm
34 , none
45 , read
56 , write
You can’t perform that action at this time.
0 commit comments