Skip to content

Commit

Permalink
Log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Apr 22, 2021
1 parent d530fd4 commit af65aa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -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

0 comments on commit af65aa6

Please # to comment.