diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4960a..ac04a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,5 @@ - Added `loot.LootCodecs` & `loot.LootContextBuilder` from Andromeda and Commander. - in 1.20.1, `LootCodecs` is a wrapper around `Json(De)SerializationContext`, in future versions it uses the real codecs. - - `LootContextBuilder` is a wrapper around `LootParams.Builder` with some utility methods added. \ No newline at end of file + - `LootContextBuilder` is a wrapper around `LootParams.Builder` with some utility methods added. +- Exposed custom dynamic ops in `JsonCodecDataLoader`, finalized the `apply`, moved codec parsing to `prepare`, matching newer MC versions. \ No newline at end of file