Skip to content

Commit

Permalink
Fill-in CHANGELOG for TypeScript fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 21, 2024
1 parent 7fe3bae commit 30a54d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ math: true

- Fix automatic transaction upgrade to NOT change underlying binary format during upgrade. The previous implementation would on some occasions alter the serialized form, thus causing transaction hash to change and invalidating all signatures on it. The new approach does always preserve binary serialisation, but as a result, makes more scenario not translatable (e.g. trying to translate a multi-asset UTxOs containing a 0 quantity is impossible when targetting Conway).

- ![TypeScript][] Fix JSON deserialization of metadata on web platforms.

#### Removed

- N/A
Expand Down

0 comments on commit 30a54d9

Please sign in to comment.