From 30a54d95bdc367ec81da7bbceaaf85b77c8a48b7 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Sat, 21 Sep 2024 14:08:21 +0200 Subject: [PATCH] Fill-in CHANGELOG for TypeScript fix. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93a6a7e5..45fb6c6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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