Skip to content

Commit

Permalink
expose LogfmtRenderer for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
keongalvin committed Feb 25, 2025
1 parent ea7cac4 commit adba127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/

- Expose `structlog.dev.RichTracebackFormatter` for imports.
[#699](https://github.com/hynek/structlog/pull/699)

- Expose `structlog.processors.LogfmtRenderer` for imports.
[#701](https://github.com/hynek/structlog/pull/701)

## [25.1.0](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) - 2025-01-16

Expand Down
1 change: 1 addition & 0 deletions src/structlog/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"ExceptionPrettyPrinter",
"JSONRenderer",
"KeyValueRenderer",
"LogfmtRenderer",
"StackInfoRenderer",
"TimeStamper",
"UnicodeDecoder",
Expand Down

0 comments on commit adba127

Please sign in to comment.