From af65aa6f6d7165c4757c1f55caf6210ffa9a573d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 22 Apr 2021 14:50:53 -0600 Subject: [PATCH] Log changes --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 434a688..c774d20 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Change Log +## 4.14.0 + + * Attempt to fix logging when using `mock-fs` with `tape` (see [#322][#322]) + * Minor fix for `bypass()` (thanks @3cp, see [#320][#320]) + ## 4.13.0 * Make `process.chdir()`, `process.cwd()`, and `fs.createWriteStream()` work with `bypass()` (thanks @3cp, see [#307][#307]) @@ -301,3 +306,5 @@ Detailed changes: [#304]: https://github.com/tschaub/mock-fs/pull/304 [#306]: https://github.com/tschaub/mock-fs/pull/306 [#307]: https://github.com/tschaub/mock-fs/pull/307 +[#320]: https://github.com/tschaub/mock-fs/pull/320 +[#322]: https://github.com/tschaub/mock-fs/pull/322