diff --git a/changelog.md b/changelog.md index d5da07e4fd..55d9a70bfc 100644 --- a/changelog.md +++ b/changelog.md @@ -358,6 +358,7 @@ v1.0.0 - [2743](https://github.com/RuminantFarmSystems/RuFaS/pull/2743) - [minor change] [NoInputChange] [NoOutputChange] Fix broken IM unit test. - [2744](https://github.com/RuminantFarmSystems/RuFaS/pull/2744) - [minor change] [NoInputChange] [NoOutputChange] Update the OM and RG wiki with new report filter options. - [2881](https://github.com/RuminantFarmSystems/RuFaS/pull/2881) - [minor change] [NoInputChange] [NoOutputChange] Add v1.0.0 release notes. +- [2964](https://github.com/RuminantFarmSystems/RuFaS/pull/2964) - [minor change] [NoInputChange] [NoOutputChange] Patched a missing comma in freestall task input ### v0.9.2 diff --git a/input/data/tasks/example_freestall_task.json b/input/data/tasks/example_freestall_task.json index 5f703b52d8..c0ed219bca 100644 --- a/input/data/tasks/example_freestall_task.json +++ b/input/data/tasks/example_freestall_task.json @@ -9,7 +9,7 @@ "random_seed": 42, "exclude_info_maps": false, "cross_validation_file_paths": [ - "input/metadata/cross_validation/example_cross_validation.json" + "input/metadata/cross_validation/example_cross_validation.json", "input/metadata/cross_validation/weather_cross_validation.json" ] }