From 7e3a746e2625af043143b143bc5acfe7f26b5816 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 8 Nov 2021 13:09:28 -0700 Subject: [PATCH] Log changes --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 3f3b954..c078519 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Change Log +## 5.1.2 + + * Avoid open `FSREQCALLBACK` file handles (thanks @jloleysens, see [#342][#342]) + ## 5.1.1 * Added `engines` to `package.json` to clarify that Node >= 12 is required (thanks @tillig, see [#337][#337]) @@ -329,3 +333,4 @@ Detailed changes: [#325]: https://github.com/tschaub/mock-fs/pull/325 [#335]: https://github.com/tschaub/mock-fs/pull/335 [#337]: https://github.com/tschaub/mock-fs/pull/337 +[#342]: https://github.com/tschaub/mock-fs/pull/342