diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f36076aa..9500ce5f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ - 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 `_