aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cb950d0..c19065f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+systemctl-service-shim (0.0.3-1) unstable; urgency=low
+
+ * Add /bin/systemctl symlink directly to package (Closes: #688)
+ * Action `try-restart` is simplified to `restart`
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 12 Jul 2022 10:52:37 -0400
+
systemctl-service-shim (0.0.2-1) unstable; urgency=low
* Add /bin/systemctl symlink control logic
bgstack15