From 434a17f8f65c8d20d790f9f9e8d332d901c023aa Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Wed, 4 Sep 2024 10:05:23 +0100
Subject: [PATCH] docs: update changelog

---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9d5500..177959e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### Changed 
 
+- Store remote schemas as committed local files 
+  This prevents the live runtime loading untested changes
 - Refactored planning_configuration message definition
   - Remove region_of_interest and exclusion_zones 
   - Add primitives array of classified geojson Features
@@ -49,7 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 ### Added
 
 JSON schema definitions for the SoAR project
-- outer wrapper MESSAGE definition 
+- outer wrapper MESSAGE definition
 - header object 
 - payload object
   - acknowledgement
-- 
GitLab