From 6061ee296713192df684d5c807809dcd1b3dbaf1 Mon Sep 17 00:00:00 2001 From: Nicolas Henin Date: Fri, 7 Jun 2024 16:39:42 +0200 Subject: [PATCH] updated missing changed in runtime change log (history-api merged with sync-api) --- marlowe-runtime/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/marlowe-runtime/CHANGELOG.md b/marlowe-runtime/CHANGELOG.md index 200846e173..3a3862ff2c 100644 --- a/marlowe-runtime/CHANGELOG.md +++ b/marlowe-runtime/CHANGELOG.md @@ -18,6 +18,8 @@ ## Changed +- `history-api` has been merged within `sync-api` + - Updated Marlowe Plutus scripts to use optmized `asData` for `Case`. - Default batch size for chain-indexer decreased to 1/4 to prevent OOM errors.