Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
onkwon committed Dec 9, 2022
1 parent 6a234e0 commit 40defaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.1 - December 9, 2022
- Add CMake scaffolding
- Fix garbage data in the uninitialized buffer when decoding
- Separate base.h from cbor.h to use cbor.h as single header file with all the necessary includes
- Add unmarshal functionality for map
- Fix not working break stop code on indefinite array

## v0.3.0 - September 23, 2022
- **Breaking Change**: Revert `cbor_encode_text_string()` to its original version
- Add `cbor_encode_null_terminated_string()`
Expand Down

0 comments on commit 40defaa

Please sign in to comment.