Skip to content

Commit

Permalink
docs: Add note about backwards compatibility to changelog (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan authored Dec 7, 2021
1 parent cc2fa19 commit 95e5e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* The `logging` configuration option has now been replaced with `logLevel`. This allows for more fine-grain control over what should be logged as well as silencing logs altogether.
* Recording file name will no longer have trailing dashes
* Use the standard `encoding` field on the generated har file instead of `_isBinary` and use `base64` encoding instead of `hex` to reduce the payload size.
* Although backwards compatibility is not guaranteed, you can replace all occurrences of `"_isBinary": true` with `"encoding": "hex"` in the recorded HAR files.
* @pollyjs dependencies for @pollyjs/ember have been moved to peer dependencies


Expand Down

0 comments on commit 95e5e97

Please sign in to comment.