# Changelog
# [Unreleased]
# [0.2.2] - 2021-12-30
* Added compiler lints
* Added more documentation
* Changed default_format fn to the documented format.
# [0.2.1] - 2021-12-30
* Changed example in the readme to a the working 0.2.0 `example/basic.rs`
# [0.2.0] - 2021-12-29
This release makes breaking changes to the API!
* Added `syslog` crate and `flexi-syslog` now publically depends on it.
* Added `syslog` implementation of `flexi-logger::LogWriter`.
* Removed libc implementation of `flexi-logger::LogWriter`.
# [0.1.0] - 2021-12-19
* Added `flexi-logger::LogWriter` targetting syslog through libc.