Skip to content

Commit

Permalink
Update change incorrectly marked as breaking in changelog.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
  • Loading branch information
wes-smith and dlongley authored Oct 16, 2024
1 parent 9f6f7e2 commit aba4cfc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Fixed
- Fix varint processing when registry IDs require multiple bytes.

### Changed
- **BREAKING**: When a registry entry is used that requires more
than one byte, the payload is now a two element tagged array
containing a bytestring and the encoded JSON-LD document
instead of a sequence containing a tagged bytestring and
the encoded document.
- Fix bug with registry IDs that are expressed using varints larger than
1 byte in size. This would break any previous use of this, but that
previous use is invalid and non-interoperable. When a registry entry is
used that requires more than one byte, the payload is now appropriately
a two element tagged array containing a bytestring and the encoded
JSON-LD document instead of a sequence containing a tagged
bytestring and the encoded document.

## 7.1.2 - 2024-08-13

Expand Down

0 comments on commit aba4cfc

Please sign in to comment.