1## Description 2 3What changes and why 4 5## Checklist 6 7- [ ] I have read followed [CONTRIBUTING.md](https://github.com/PJK/libcbor/blob/master/CONTRIBUTING.md) 8 - [ ] I have added tests 9 - [ ] I have updated the documentation 10 - [ ] I have updated the CHANGELOG 11- [ ] Are there any breaking changes? 12 - [ ] If yes: I have marked them in the CHANGELOG ([example](https://github.com/PJK/libcbor/blob/87e2d48a127968d39f158cbfc2b79d6285bd039d/CHANGELOG.md?plain=1#L16)) 13- [ ] Does this PR introduce any platform specific code? 14- [ ] Security: Does this PR potentially affect security? 15- [ ] Performance: Does this PR potentially affect performance? 16