From 512e74145530a0e6b8c3f0c9ecbfeb61838b6f30 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Fri, 8 Nov 2024 15:29:19 -0800 Subject: [PATCH] DOC: pre-release notes for 69 --- .../69-enh_validate.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/source/upcoming_release_notes/69-enh_validate.rst diff --git a/docs/source/upcoming_release_notes/69-enh_validate.rst b/docs/source/upcoming_release_notes/69-enh_validate.rst new file mode 100644 index 0000000..f6d4cae --- /dev/null +++ b/docs/source/upcoming_release_notes/69-enh_validate.rst @@ -0,0 +1,22 @@ +69 enh_validate +############### + +API Breaks +---------- +- N/A + +Features +-------- +- Adds "beams validate" cli entrypoint for checking the schema of a serialized beams behavior tree. + +Bugfixes +-------- +- Fix an issue where cli entrypoints may not have the full serialization schema loaded. + +Maintenance +----------- +- Add regression tests for schema validation. + +Contributors +------------ +- zllentz