From 5e33d5a4f4cb4f37e9e545071970377a3e00afe3 Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Mon, 9 Sep 2024 09:37:33 +0100
Subject: [PATCH] docs: add changelog for instruction set message

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65831cc..3dcce35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### Added
 
+- Add definition of instruction_set message
 - Added optional primitives to squad schema
 
 ### Changed
@@ -16,10 +17,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 - Refactor action schema to accept geojson.Points
 - Use geojson Point for platform_status
 - Add waypoint to platform_status
+- Updated header version to accept semver, branch or commit
 - Store remote schemas as committed local files
   This prevents the live runtime loading untested changes
-- Updated header version to accept semver, branch or commit
-- Store remote schemas as committed local files 
 - Refactored planning_configuration message definition
   - Remove region_of_interest and exclusion_zones
   - Add primitives array of classified geojson Features
-- 
GitLab