From 526c96fb5ec519fa37ba2bf12156ae210bfa9322 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Thu, 10 Aug 2023 11:45:10 -0600 Subject: [PATCH] Update changelog to reflect Makefile changes Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7cede1..e9530dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Check for formal correct IP and MAC addresses for command line options and when reading in the configurations - Write log messages to stderr rather than stdout. #768 +- Updates to Makefile for clarity, notably removing genconfig and replacing + test-it with test. #890 ## [4.4.0] 2023-01-18