We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd285a commit 7e3a746Copy full SHA for 7e3a746
changelog.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.1.2
4
+
5
+ * Avoid open `FSREQCALLBACK` file handles (thanks @jloleysens, see [#342][#342])
6
7
## 5.1.1
8
9
* Added `engines` to `package.json` to clarify that Node >= 12 is required (thanks @tillig, see [#337][#337])
@@ -329,3 +333,4 @@ Detailed changes:
329
333
[#325]: https://github.com/tschaub/mock-fs/pull/325
330
334
[#335]: https://github.com/tschaub/mock-fs/pull/335
331
335
[#337]: https://github.com/tschaub/mock-fs/pull/337
336
+[#342]: https://github.com/tschaub/mock-fs/pull/342
0 commit comments