Skip to content

Commit

Permalink
Log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 11, 2018
1 parent 7c224b0 commit c463fde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.md
@@ -1,5 +1,12 @@
# Change Log

## 4.7.0

* Fix for readdir on Node 10.10 (thanks @maxwellgerber [#251][#251])
* Fix for reading and writing using Uint8Array (thanks @maxwellgerber [#249][#249])
* Document how to properly restore the fs with Jest snapshot testing (thanks @tricoder42 [#247][#247])
* More informative error when opening a directory (thanks @maxwellgerber [#242][#242])

## 4.6.0

Note that the mocked fs.createReadStream and fs.createWriteStream are not working properly with Node 10.5+.
Expand Down Expand Up @@ -223,3 +230,7 @@ Detailed changes:
[#232]: https://github.com/tschaub/mock-fs/pull/232
[#237]: https://github.com/tschaub/mock-fs/pull/237
[#243]: https://github.com/tschaub/mock-fs/pull/243
[#242]: https://github.com/tschaub/mock-fs/pull/242
[#247]: https://github.com/tschaub/mock-fs/pull/247
[#249]: https://github.com/tschaub/mock-fs/pull/249
[#251]: https://github.com/tschaub/mock-fs/pull/251

0 comments on commit c463fde

Please sign in to comment.