diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-07-18 12:59:40 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-07-18 13:39:53 +0300 |
commit | 116e4d4850a61a740d2a8642866452740e359750 (patch) | |
tree | 2de27f2a299f9cd9482ad982dabe0ba408f446af /docs/markdown/snippets/fs-module-accepts-files.md | |
parent | 7b8fecf5734503f818ac978c279629d3564ac970 (diff) | |
download | meson-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.md | 6 |
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. - |