You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,19 @@ Template:
3
3
4
4
Next
5
5
---------------------
6
+
7
+
0.11.0 (2024-02-04)
8
+
---------------------
6
9
-[Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269)
10
+
- Improvements to `cbor_describe`
11
+
-[Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akallabeth](https://github.com/akallabeth)
12
+
-[Formatting consistency and clarity improvements](https://github.com/PJK/libcbor/pull/285)
13
+
-[Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pull/286)
14
+
- BREAKING: [`cbor_load` will no longer fail on input strings that are well-formed but not valid UTF-8](https://github.com/PJK/libcbor/pull/286)
15
+
- If you were relying on the validation, please check the result using `cbor_string_codepoint_count` instead
16
+
- BREAKING: [All decoders like `cbor_load` and `cbor_stream_decode` will accept all well-formed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [dskern-github](https://github.com/dskern-github))
17
+
- Previously, decoding of certain values would fail with `CBOR_ERR_MALFORMATED` or `CBOR_DECODER_ERROR`
18
+
- This also makes decoding symmetrical with serialization, which already accepts all values
7
19
8
20
0.10.2 (2023-01-31)
9
21
---------------------
@@ -118,7 +130,7 @@ Next
118
130
Breaks build & header compatibility due to:
119
131
120
132
- Improved build configuration and feature check macros
121
-
-Endianess configuration fixes (by Erwin Kroon and David Grigsby)
133
+
-Endianness configuration fixes (by Erwin Kroon and David Grigsby)
122
134
- pkg-config compatibility (by Vincent Bernat)
123
135
- enable use of versioned SONAME (by Vincent Bernat)
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
libcbor is maintained by [@PJK](https://github.com/PJK) in his spare time on a best-effort basis.
4
4
5
-
Community contributions are welcome as long as they align with the [project priorities](https://github.com/PJK/libcbor#main-features) and [goals](https://libcbor.readthedocs.io/en/latest/development.html#goals) and follow the guidelines described belows.
5
+
Community contributions are welcome as long as they align with the [project priorities](https://github.com/PJK/libcbor#main-features) and [goals](https://libcbor.readthedocs.io/en/latest/development.html#goals) and follow the guidelines described below.
0 commit comments