aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-07-31 13:48:38 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-31 13:48:38 +0200
commit858dd56218b277ff14ba6c1d4ba1f7416f4935b8 (patch)
tree77a188579e6aadd85f1655074beca03ccc109088 /CHANGELOG.md
parent4bd90d32c9e965cfe8ae1a60627694f0d4dd36a4 (diff)
Improve svc utils
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54debf8..3ac54d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Changed
+
+- The `svc_` utils should now check which init service you're using when using a
+ linux system. The supported options are still only openrc and systemd.
+
## [2.0.0] - 2023-05-22
### Added