Skip to content

Commit

Permalink
Log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Aug 20, 2020
1 parent 1ff69af commit a819503
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.13.0

* Make `process.chdir()`, `process.cwd()`, and `fs.createWriteStream()` work with `bypass()` (thanks @3cp, see [#307][#307])
* Fix memory leak associated with Node 10 (thanks #3cp, see [#303][#303])
* Async function handling in `bypass()` (see [#306][#306])
* Big new feature! Temporarily bypass the mocked filesystem with the `bypass()` function (thanks @nonara, see [#304][#304])

## 4.12.0

* Check permissions in `readdir` and `readdirSync` (thanks @warpdesign, see [#295][#295])
Expand Down Expand Up @@ -290,3 +297,7 @@ Detailed changes:
[#289]: https://github.com/tschaub/mock-fs/pull/289
[#293]: https://github.com/tschaub/mock-fs/pull/293
[#295]: https://github.com/tschaub/mock-fs/pull/295
[#303]: https://github.com/tschaub/mock-fs/pull/303
[#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

0 comments on commit a819503

Please # to comment.