From 26f43710ba6a4d0f4383c4482a3a0502acff9484 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Fri, 24 Jan 2025 23:20:04 +0100 Subject: [PATCH] Typo fix CHANGELOG.md --- configuration/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/CHANGELOG.md b/configuration/CHANGELOG.md index f3630230..1d8d4d51 100644 --- a/configuration/CHANGELOG.md +++ b/configuration/CHANGELOG.md @@ -134,7 +134,7 @@ ### v0.1.0-rc.6 - refactor: move common types (e.g. NomadIdentifier) into rust/nomad-types -- refactor: replcace BaseAgentConfig with agent-specific public config blocks +- refactor: replace BaseAgentConfig with agent-specific public config blocks instantiated with interval and enabled there by default - fix: uint deser_nomad_number expanded beyond just u64