Skip to content

Commit

Permalink
We don't need that comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 25, 2021
1 parent 2c2bcc3 commit c31ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Deprecations:
Changes:
^^^^^^^^

- Fixed import when running in optimized mode (``PYTHONOPTIMIZE=2``, or ``python -OO``).
- Fixed import when running in optimized mode (``PYTHONOPTIMIZE=2`` or ``python -OO``).
`#373 <https://github.com/hynek/structlog/pull/373>`_
- Added the ``structlog.threadlocal.bound_threadlocal`` and ``structlog.contextvars.bound_contextvars`` decorator/context managers to temporarily bind key/value pairs to a thread-local and context-local context.
`#371 <https://github.com/hynek/structlog/pull/371>`_
Expand Down

0 comments on commit c31ec11

Please sign in to comment.