From 74e98ae919d46d88eeaaff7c02ec8a7f82ce15c6 Mon Sep 17 00:00:00 2001 From: cmitcho Date: Tue, 13 Aug 2024 23:44:50 -0600 Subject: [PATCH] fixit! Add CHANGELOG.md verbiage that was removed --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63629a89..141ab4f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +- **Added** for new features. +- **Changed** for changes in existing functionality. +- **Deprecated** for soon-to-be removed features. +- **Removed** for now removed features. +- **Fixed** for any bug fixes. +- **Security** in case of vulnerabilities. + ## [Unreleased] - 2024-08-13 - Added nameserver check for linux hosts (@0x636f646f)