diff options
Diffstat (limited to 'node_modules/node-fetch/CHANGELOG.md')
-rw-r--r-- | node_modules/node-fetch/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/node-fetch/CHANGELOG.md b/node_modules/node-fetch/CHANGELOG.md index ea8ebe71c..e298b1b11 100644 --- a/node_modules/node-fetch/CHANGELOG.md +++ b/node_modules/node-fetch/CHANGELOG.md @@ -7,6 +7,10 @@ Changelog (Note: `1.x` will only have backported bugfix releases beyond `1.7.0`) +## v1.7.3 + +- Enhance: `FetchError` now gives a correct trace stack (backport from v2.x relese). + ## v1.7.2 - Fix: when using node-fetch with test framework such as `jest`, `instanceof` check could fail in `Headers` class. This is causing some header values, such as `set-cookie`, to be dropped incorrectly. |