Skip to content

Commit 3704e1c

Browse files
authored
Small modifications to CHANGES
1 parent 67900c8 commit 3704e1c

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

CHANGES

+4-14
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,20 @@ Released xxxx-xx-xx
1515

1616
* Build:
1717

18-
- Add -Wno-format-truncation to suppress format truncation warnings (#489).
18+
- Add ``-Wno-format-truncation`` to suppress format truncation warnings (#489).
1919

2020
* Bug fixes:
2121

22-
- Remove `strtod` macro definition for MinGW (#498).
22+
- Remove ``strtod`` macro definition for MinGW (#498).
2323

2424
- Add infinite loop check in `json_deep_copy()` (#490).
2525

26-
- Add `pipe` macro definition for MinGW (#500).
26+
- Add ``pipe`` macro definition for MinGW (#500).
2727

28-
- Enhance `JANSSON_ATTRS` macro to support earlier C standard(C89) (#501).
28+
- Enhance ``JANSSON_ATTRS`` macro to support earlier C standard(C89) (#501).
2929

3030
- Update version detection for sphinx-build (#502).
3131

32-
* Tests:
33-
34-
- Add negative test case for `test_equal_complex()` (#506).
35-
3632
* Documentation:
3733

3834
- Fix typos (#483, #494).
@@ -45,12 +41,6 @@ Released xxxx-xx-xx
4541
- Document that non-blocking file descriptor is not supported on
4642
`json_loadfd()` (#503).
4743

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).
5444

5545
Version 2.12
5646
============

0 commit comments

Comments
 (0)