From dba8270987427cb32fbff3b9b5a8393d44d48262 Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Thu, 12 Sep 2024 16:37:06 +0100
Subject: [PATCH] docs: updated changelog for uuid validation

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3dcce35..6ce9dc0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### Added
 
+- Validate message_ID matches uuid format
 - Add definition of instruction_set message
 - Added optional primitives to squad schema
 
 ### Changed
 
+- Update all example messages with valid UUIDs
 - Refactor action schema to accept geojson.Points
 - Use geojson Point for platform_status
 - Add waypoint to platform_status
-- 
GitLab