Skip to content

Commit

Permalink
Update BREAKING-CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Dec 19, 2023
1 parent 8648d7f commit 8110a47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/cli/BREAKING-CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This list shows all the versions which include breaking changes and how to upgrade.

## 1.22.0

### What changed?

Hash algorithm `ripemd160` is dropped from `.hash()` expressions.
`sha3` hash algorithm now returns a valid sha3-512 has, unlike the previous implementation that returned a `Keccak` hash instead.

### When is action necessary?

If you are using `.hash` helpers in expressions with hash algorithm `ripemd160`, you need to switch to one of the other supported algorithms.

## 1.15.0

### What changed?
Expand Down

0 comments on commit 8110a47

Please sign in to comment.