1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Update list of known breaking changes compared to 4.0-stable (3)

This commit is contained in:
RedworkDE
2023-06-14 15:40:39 +02:00
parent 01453ab7f3
commit 3ed8721c97
2 changed files with 11 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ while read -r file; do
make_annotation "The following validation errors no longer occur (compared to $reference_tag):" "$obsolete_validation_error" warning "$file"
fi
if [ -n "$new_validation_error" ]; then
make_annotation "Compatibility to $reference_tag is broken in the following ways:" "$new_validation_error" error README.md
make_annotation "Compatibility to $reference_tag is broken in the following ways:" "$new_validation_error" error "$file"
has_problems=1
fi