We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a908ddd commit 83581f8Copy full SHA for 83581f8
docs/source/changelog.rst
@@ -31,6 +31,10 @@ Glossary
31
----------------------
32
Releases
33
34
+v2.6.4
35
+=============
36
+- Fixed author context in :class:`~daf.logging.LoggerJSON`.
37
+
38
v2.6.3
39
=============
40
- Restored support for Python v3.8
src/daf/__init__.py
@@ -17,4 +17,4 @@
17
from .misc import *
18
19
20
-VERSION = "2.6.3"
+VERSION = "2.6.4"
0 commit comments