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