summaryrefslogtreecommitdiff
path: root/libsyslog/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Samuelsson <msamuelsson@storvix.eu>2023-05-27 13:14:25 +0200
committerMartin Samuelsson <msamuelsson@storvix.eu>2023-05-28 23:12:12 +0200
commit421aedc55865ed9075f4e2df1dfbb71e7987424a (patch)
tree5c7aa8b7d822077cd978a48df5f5506732f960ef /libsyslog/CHANGELOG.md
parent686214f80c5eab30e67e34890c332e0232ca5afa (diff)
downloadlibsyslog-rs-421aedc55865ed9075f4e2df1dfbb71e7987424a.zip
Make bitflags a default feature
This change is due to bitflags version 2.0 having been released. Unlike what was mentioned in the source code comment, removed by this commit, the feature is not getting deprecated. It makes some sense to keep the feature around for those who do not need it. Every dependency reduced is a win.
Diffstat (limited to 'libsyslog/CHANGELOG.md')
-rw-r--r--libsyslog/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsyslog/CHANGELOG.md b/libsyslog/CHANGELOG.md
index 0a0e2e7..e5525b8 100644
--- a/libsyslog/CHANGELOG.md
+++ b/libsyslog/CHANGELOG.md
@@ -12,6 +12,11 @@ adheres to [Semantic Versioning][semver].
- 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.