Skip to content

Commit

Permalink
Apply changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed May 18, 2021
1 parent ace7a88 commit 8dc71e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@rushstack/node-core-library",
"comment": "Add `ignoreUndefinedValues` option to JSONFile to discard keys with undefined values during serialization, i.e. the standard behavior of JSON.stringify() and other JSON serializers.",
"comment": "Add `ignoreUndefinedValues` option to JsonFile to discard keys with undefined values during serialization; this is the standard behavior of `JSON.stringify()` and other JSON serializers.",
"type": "minor"
}
],
Expand Down

0 comments on commit 8dc71e5

Please sign in to comment.