From ed19eb24434a25babae90909b38eedd6315246f4 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 8 Jun 2021 16:07:42 -0400 Subject: document the enhancement to the Fs module permitting File arguments Add a release notes snippet too! --- docs/markdown/snippets/fs-module-accepts-files.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/fs-module-accepts-files.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/fs-module-accepts-files.md b/docs/markdown/snippets/fs-module-accepts-files.md new file mode 100644 index 0000000..8c602fd --- /dev/null +++ b/docs/markdown/snippets/fs-module-accepts-files.md @@ -0,0 +1,6 @@ +## Fs Module now accepts files objects + +It is now possible to define a `files()` object and run most Fs module +functions on the file, rather than passing a string and hoping it is in the +same directory. + -- cgit v1.1