From 1ed27bd40bd4158754ba41855ef2a60fd69b978e Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Mon, 2 Dec 2024 10:57:29 -0800 Subject: [PATCH 1/2] Update wording --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f00c5..7270476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. /// admonition | Note -Entries under the **Removed** section indicate items removed from the entire document unless specified otherwise. If an item is removed from a specific section, it will be specified within parentheses next to the change. +Entries under the **Removed** section indicate items removed from the entire document unless specified otherwise. If an item is removed from a specific section, it will be specified in the entry. /// @@ -31,7 +31,7 @@ Entries under the **Removed** section indicate items removed from the entire doc ## 2024-11-28 -This update includes a significant overhaul of several aspects of the project. As a result, the changes will look different from previous updates. Only the major changes are listed below, covering both the documentation and the repository as a whole. +This update includes a significant overhaul of several aspects of the project. As a result, only the major changes are listed below. The changes cover both the documentation and the repository as a whole. ### Added From 46961cd58de102ccb9dc39b9a2d8c0d7302700a6 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Mon, 2 Dec 2024 11:13:29 -0800 Subject: [PATCH 2/2] Add new aliases --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7270476..154a45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ Entries under the **Removed** section indicate items removed from the entire doc alias stop-bluetooth="sudo systemctl stop bluetooth.service" alias start-vmware-networking="sudo systemctl start vmware-networks.service" alias stop-vmware-networking="sudo systemctl stop vmware-networks.service" + alias start-firewalld="sudo systemctl start firewalld.service" + alias stop-firewalld="sudo systemctl stop firewalld.service" ``` ### Removed