Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Oct 8, 2024
1 parent cca8f5b commit 51f565b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [7.0.0]

### Uncategorized
### Changed

- feat: Preserve original messages during error serialization by default ([#158](https://github.com/MetaMask/rpc-errors/pull/158))
- chore: Migrate to Yarn 4, use JS constraints ([#156](https://github.com/MetaMask/rpc-errors/pull/156))
- chore: Bump minimum Node version ([#154](https://github.com/MetaMask/rpc-errors/pull/154))
- **BREAKING**: Preserve original messages during error serialization by default ([#158](https://github.com/MetaMask/rpc-errors/pull/158))
- `5.0.0` behavior of overwriting the original message is available by passing `shouldPreserveMessage: false` to `serializeError()`.
- **BREAKING:** Bump minimum Node version ([#154](https://github.com/MetaMask/rpc-errors/pull/154))

## [6.4.0]

Expand Down

0 comments on commit 51f565b

Please sign in to comment.