We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfec37 commit 1191515Copy full SHA for 1191515
CHANGELOG.md
@@ -10,8 +10,7 @@
10
- `firstof` should segfault when the list/String is empty
11
- fixing type of `nil` to be `"Nil"` instead of `nil` when using `(type nil)`
12
- uniformised names of builtins: pascal case (impacted functions are `firstOf`, `headOf` and `tailOf`, as well as `hasField`)
13
-
14
-### Removed
+- fixing bug with `writeFile` when sending a mode: the mode was also the content of the file, it no longer is
15
16
## 3.0.2
17
### Added
0 commit comments