aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-06-08 16:07:42 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-06-08 16:52:48 -0400
commited19eb24434a25babae90909b38eedd6315246f4 (patch)
tree16a03aeac950d15b9328f97401a91be5a160017e /docs/markdown/snippets
parentf2b678ef68053a3aa024e7ebd3478bd1d8735dde (diff)
downloadmeson-ed19eb24434a25babae90909b38eedd6315246f4.zip
meson-ed19eb24434a25babae90909b38eedd6315246f4.tar.gz
meson-ed19eb24434a25babae90909b38eedd6315246f4.tar.bz2
document the enhancement to the Fs module permitting File arguments
Add a release notes snippet too!
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/fs-module-accepts-files.md6
1 files changed, 6 insertions, 0 deletions
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.
+