aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/fs-module-accepts-files.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-07-18 12:59:40 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-07-18 13:39:53 +0300
commit116e4d4850a61a740d2a8642866452740e359750 (patch)
tree2de27f2a299f9cd9482ad982dabe0ba408f446af /docs/markdown/snippets/fs-module-accepts-files.md
parent7b8fecf5734503f818ac978c279629d3564ac970 (diff)
downloadmeson-116e4d4850a61a740d2a8642866452740e359750.zip
meson-116e4d4850a61a740d2a8642866452740e359750.tar.gz
meson-116e4d4850a61a740d2a8642866452740e359750.tar.bz2
Set up the 0.59.0 release.0.59.0
Diffstat (limited to 'docs/markdown/snippets/fs-module-accepts-files.md')
-rw-r--r--docs/markdown/snippets/fs-module-accepts-files.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/fs-module-accepts-files.md b/docs/markdown/snippets/fs-module-accepts-files.md
deleted file mode 100644
index 8c602fd..0000000
--- a/docs/markdown/snippets/fs-module-accepts-files.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## 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.
-