Skip to content

Commit 739a1aa

Browse files
authored
Release v0.2
1 parent 1aab02d commit 739a1aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2 (2020-04-28)
4+
5+
- Added support for using `log(..., extra={...})` on standard library
6+
loggers to use extended and custom fields ([#8](https://github.com/elastic/ecs-logging-python/pull/8))
7+
38
## 0.1 (2020-03-26)
49

510
- Added `StdlibFormatter` for use with the standard library `logging` module

ecs_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ._stdlib import StdlibFormatter
55
from ._structlog import StructlogFormatter
66

7-
__version__ = "0.1"
7+
__version__ = "0.2"
88
__all__ = [
99
"ECS_VERSION",
1010
"StdlibFormatter",

0 commit comments

Comments
 (0)