diff --git a/CHANGELOG.md b/CHANGELOG.md index c1eda55a3342c0893af079b7261c6f8df1cca20a..a7295a58c546cbe5a33463e4cfd7cfbcb45a764a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Updated README to run tests against JS dependencies +- Use discover to find all unit tests +- Run tests against current format definitions +- Test that formats match saved schema +- Run python and javascript tests in CI +- Refactor schema script to remove invalid definitions object automatically +- Refactor generate_schema_config script to output file on -f flag ## [v0.2.0] - 2024-02-06 @@ -19,15 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Emergency flag in mission plan schemas - Added additional battery and fuel fields to platform status for SPINE project -### Changed - -- Refactor schema script to remove invalid definitions object automatically -- Refactor generate_schema_config script to output file on -f flag -- Use discover to find all unit tests -- Run tests against current format definitions -- Test that formats match saved schema -- Run python and javascript tests in CI - ## [v0.1.0] - 2023-03-24 ### Added