summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/write-file-atomic/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/write-file-atomic/CHANGELOG.md')
-rw-r--r--deps/npm/node_modules/write-file-atomic/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/npm/node_modules/write-file-atomic/CHANGELOG.md b/deps/npm/node_modules/write-file-atomic/CHANGELOG.md
index 920ae2cb4d..d1a6c1b862 100644
--- a/deps/npm/node_modules/write-file-atomic/CHANGELOG.md
+++ b/deps/npm/node_modules/write-file-atomic/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 3.0.0
+
+* Implement options.tmpfileCreated callback.
+* Drop Node.js 6, modernize code, return Promise from async function.
+* Support write TypedArray's like in node fs.writeFile.
+* Remove graceful-fs dependency.
+
# 2.4.3
* Ignore errors raised by `fs.closeSync` when cleaning up after a write