From de14dfdc485860e5e3fa236114e44e22302fae6e Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Tue, 6 Aug 2024 16:22:08 +0100 Subject: [PATCH] #2706 - Updated Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf24fdc..7ce4bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Implemented Terminal service class, providing a generic terminal simulation. + ### Changed - Removed the install/uninstall methods in the node class and made the software manager install/uninstall handle all of their functionality.