Closed davidlehn closed 1 year ago
The codec values jumped from 0x20 to 0x30 in https://github.com/digitalbazaar/cbor-ld-spec/commit/3c231099aa8cf67b4a14facdfe060fb99aeb6392. I'm unsure of the reason for the gap. New items are now being added to the end. A line should be added to mark 0x21 - 0x2F as RESERVED or AVAILABLE as appropriate.
0x20
0x30
0x21 - 0x2F
RESERVED
AVAILABLE
cc: @gannan08
Fixed in https://github.com/digitalbazaar/cbor-ld-spec/pull/17.
The codec values jumped from
0x20
to0x30
in https://github.com/digitalbazaar/cbor-ld-spec/commit/3c231099aa8cf67b4a14facdfe060fb99aeb6392. I'm unsure of the reason for the gap. New items are now being added to the end. A line should be added to mark0x21 - 0x2F
asRESERVED
orAVAILABLE
as appropriate.cc: @gannan08