All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- You can now add constant fields to your logs @cosimomeli
2.0.1 - 2020-10-12
- Support Pypi long descripton - @ereli-cb
- You can now rename output fields - @schlitzered
2.0.0 - 2020-09-26
- New Changelog
- Added timezone support to timestamps - @lalten
- Refactored log record to function - @georgysavva
- Add python 3.8 support - @tommilligan
- Support for Python 2.7
- Debian directory
0.1.11 - 2019-03-29
- Support for Python 3.7
- 'stack_info' flag in logging calls is now respected in JsonFormatter by @ghShu