We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5aae56 commit 9f6f7e2Copy full SHA for 9f6f7e2
CHANGELOG.md
@@ -1,10 +1,17 @@
1
# @digitalbazaar/cborld ChangeLog
2
3
-## 7.1.3 - 2024-10-dd
+## 7.2.0 - 2024-10-dd
4
5
### Fixed
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.
14
+
15
## 7.1.2 - 2024-08-13
16
17
0 commit comments