From b1316063bc6ca4e930722d064be430c37cbbbb98 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Sun, 19 Jan 2025 08:40:59 +0000 Subject: [PATCH] ogma-core: Document changes in CHANGELOG. Refs #200. --- ogma-core/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ogma-core/CHANGELOG.md b/ogma-core/CHANGELOG.md index 233f06b7..d70f88d6 100644 --- a/ogma-core/CHANGELOG.md +++ b/ogma-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for ogma-core -## [1.X.Y] - 2025-01-14 +## [1.X.Y] - 2025-01-19 * Replace queueSize with QUEUE_SIZE in FPP file (#186). * Use template expansion system to generate F' monitoring component (#185). @@ -9,6 +9,7 @@ * Add version bounds to all dependencies (#119). * Add command to transform state diagrams into monitors (#194). * Extend standalone command to use external process to parse properties (#197). +* Enable using user-provided file as format definition spec (#200). ## [1.5.0] - 2024-11-21