Skip to content

Commit

Permalink
docs: Mention extension in the CHANGELOG about exclude-after-remap
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed May 6, 2019
1 parent b5b67de commit 3cdfb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ All notable changes to this project will be documented in this file. See [standa

### BREAKING CHANGES

* The `--exclude-after-remap` option is now functional and enabled by default. This causes the `include` and `exclude` lists to be processed after using source maps to determine the original filename of sources.
* The `--exclude-after-remap` option is now functional and enabled by default. This causes the `include`, `exclude` and `extension` lists to be processed after using source maps to determine the original filename of sources.
* Add a file named 'index.json' to the .nyc_output/processinfo directory, which has a different format from the other files in this dir.
* Change the data type of the pid/ppid fields in processinfo files
* `nyc instrument` now honors `include` and `exclude` settings, potentially resulting in some files that were previously instrumented being ignored.
Expand Down

0 comments on commit 3cdfb8e

Please sign in to comment.