# Changelog All notable changes to this project will be summarized in this file. Please see Git commit log for a more detailed view of the project history. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. ## 0.1.1 - 2023-05-28 ### Fixed - Stop insecurely passing untrusted data syslog(). ### Changed - Switch bitflags to being a default feature, thus exposing the Logopt struct SyslogBuilder::logopt() method by default. ## 0.1.0 - 2023-02-24 Initial release. [keepachangelog]: https://keepachangelog.com/en/1.1.0/ [semver]: https://semver.org/spec/v2.0.0.html