File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Fixed
6
6
- 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.
14
14
15
15
## 7.1.2 - 2024-08-13
16
16
You can’t perform that action at this time.
0 commit comments