summaryrefslogtreecommitdiff
path: root/libsyslog/CHANGELOG.md
blob: ab0b62033a7404f660141af67c8024c2951efe26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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