- BUILD BREAKING: Use BUILD_SHARED_LIBS to determine how to build libraries (fixed Windows linkage) [#148] (by intelligide@)
- BREAKING: Fix
cbor_tag_item
not increasing the reference count on the tagged item reference it returns [Fixes #109] (discovered bt JohnGilmour)- If you have previously relied on the broken behavior, you can use
cbor_move
to emulate as long as the returned handle is an "rvalue"
- If you have previously relied on the broken behavior, you can use
- BREAKING:
CBOR_DECODER_EBUFFER
removed fromcbor_decoder_status
cbor_stream_decode
will setCBOR_DECODER_NEDATA
instead if the input buffer is empty
- Fix
cbor_stream_decode
to setcbor_decoder_result.required
to the minimum number of input bytes necessary to receive the next callback (as long as at least one byte was passed) (discovered by woefulwabbit) - Fixed several minor manpage issues [#159] (discovered by kloczek@)