File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,20 @@ Released xxxx-xx-xx
15
15
16
16
* Build:
17
17
18
- - Add -Wno-format-truncation to suppress format truncation warnings (#489).
18
+ - Add `` -Wno-format-truncation`` to suppress format truncation warnings (#489).
19
19
20
20
* Bug fixes:
21
21
22
- - Remove `strtod` macro definition for MinGW (#498).
22
+ - Remove `` strtod` ` macro definition for MinGW (#498).
23
23
24
24
- Add infinite loop check in `json_deep_copy()` (#490).
25
25
26
- - Add `pipe` macro definition for MinGW (#500).
26
+ - Add `` pipe` ` macro definition for MinGW (#500).
27
27
28
- - Enhance `JANSSON_ATTRS` macro to support earlier C standard(C89) (#501).
28
+ - Enhance `` JANSSON_ATTRS` ` macro to support earlier C standard(C89) (#501).
29
29
30
30
- Update version detection for sphinx-build (#502).
31
31
32
- * Tests:
33
-
34
- - Add negative test case for `test_equal_complex()` (#506).
35
-
36
32
* Documentation:
37
33
38
34
- Fix typos (#483, #494).
@@ -45,12 +41,6 @@ Released xxxx-xx-xx
45
41
- Document that non-blocking file descriptor is not supported on
46
42
`json_loadfd()` (#503).
47
43
48
- - Format code with clang-format (#508).
49
-
50
- * Other:
51
-
52
- - Add fuzz target for jansson to integrate jansson with OSS-Fuzz (#480,
53
- #484, #485, #486, #487).
54
44
55
45
Version 2.12
56
46
============
You can’t perform that action at this time.
0 commit comments