From a9a92ece1c4a0ae612d3e7005a7ccbee1a1a2fb0 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Mon, 21 Oct 2024 21:30:01 -0400 Subject: [PATCH] Add type table options note. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f7a7e..146ed6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ `typeTable` to use by id for both `encode` and `decode`. ### Changed +- **NOTE**: The handling of `typeTable` and `typeTableLoader` is more strict + than before and requies one option be used when appropriate. This could cause + issues with code that was depending on undefined behavior. - Refactor `registryEntryId` encoding and decoding logic. Trying to be more readable and handle more error and edge cases. This is a work in progress.