Skip to content

Commit

Permalink
chore: Add breaking encoding option to changelog (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 14, 2024
1 parent c08ab4b commit ad025af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@
* Consider the greater of ctime & mtime when comparing since option (#340)
* Normalize repository, dropping node <10.13 support
* Switch stream implementation to streamx (#333)
* Default to `utf8` decoding and encoding. Add `encoding` option to change (#287)

### Features

Expand All @@ -19,7 +20,7 @@
* Replace lazystream with streamx Composer ([#344](https://www.github.com/gulpjs/vinyl-fs/issues/344)) ([a80dae3](https://www.github.com/gulpjs/vinyl-fs/commit/a80dae30d7fb1c0f51acc00170648792f740b54b))
* Switch stream implementation to streamx ([#333](https://www.github.com/gulpjs/vinyl-fs/issues/333)) ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))
* Test against streams from core, streamx, and readable-stream ([910c8a5](https://www.github.com/gulpjs/vinyl-fs/commit/910c8a521834d5aa9dec5a83102b59ba5c531e08))

* Default to `utf8` decoding and encoding. Add `encoding` option to change (#287)

### Bug Fixes

Expand Down

0 comments on commit ad025af

Please sign in to comment.