Skip to content

Commit aba4cfc

Browse files
wes-smithdlongley
andauthored
Update change incorrectly marked as breaking in changelog.
Co-authored-by: Dave Longley <[email protected]>
1 parent 9f6f7e2 commit aba4cfc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
### Fixed
66
- Fix varint processing when registry IDs require multiple bytes.
7-
8-
### Changed
9-
- **BREAKING**: When a registry entry is used that requires more
10-
than one byte, the payload is now a two element tagged array
11-
containing a bytestring and the encoded JSON-LD document
12-
instead of a sequence containing a tagged bytestring and
13-
the encoded document.
7+
- Fix bug with registry IDs that are expressed using varints larger than
8+
1 byte in size. This would break any previous use of this, but that
9+
previous use is invalid and non-interoperable. When a registry entry is
10+
used that requires more than one byte, the payload is now appropriately
11+
a two element tagged array containing a bytestring and the encoded
12+
JSON-LD document instead of a sequence containing a tagged
13+
bytestring and the encoded document.
1414

1515
## 7.1.2 - 2024-08-13
1616

0 commit comments

Comments
 (0)