Skip to content

Commit c10f1c2

Browse files
committed
[docs] Fix changelog formatting
1 parent ce8268c commit c10f1c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/changelog.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Changed
1717
- Rename `pythonjsonlogger.core.LogRecord` and `log_record` arguments to avoid confusion / overlapping with `logging.LogRecord`. [#38](https://github.com/nhairs/python-json-logger/issues/38)
18-
- Affects arguments to `pythonjsonlogger.core.BaseJsonFormatter` (and any child classes).
19-
- `serialize_log_record`
20-
- `add_fields`
21-
- `jsonify_log_record`
22-
- `process_log_record`
23-
- Note: functions referring to `log_record` have **not** had their function name changed.
18+
- Affects arguments to `pythonjsonlogger.core.BaseJsonFormatter` (and any child classes).
19+
- `serialize_log_record`
20+
- `add_fields`
21+
- `jsonify_log_record`
22+
- `process_log_record`
23+
- Note: functions referring to `log_record` have **not** had their function name changed.
2424

2525
### Removed
2626
- Remove support for providing strings instead of objects when instantiating formatters. Instead use the `DictConfigurator` `ext://` prefix format when using `fileConfig`/`dictConfig`. [#47](https://github.com/nhairs/python-json-logger/issues/47)
27-
- Affects `pythonjsonlogger.json.JsonFormatter`: `json_default`, `json_encoder`, `json_serializer`.
28-
- Affects `pythonjsonlogger.orjson.OrjsonFormatter`: `json_default`.
29-
- Affects `pythonjsonlogger.msgspec.MsgspecFormatter`: `json_default`.
27+
- Affects `pythonjsonlogger.json.JsonFormatter`: `json_default`, `json_encoder`, `json_serializer`.
28+
- Affects `pythonjsonlogger.orjson.OrjsonFormatter`: `json_default`.
29+
- Affects `pythonjsonlogger.msgspec.MsgspecFormatter`: `json_default`.
3030

3131
Thanks @rubensa
3232

0 commit comments

Comments
 (0)