From cdca926245a09ef150ec5e28ea7b5c18439d1f71 Mon Sep 17 00:00:00 2001 From: Jocelyne Date: Mon, 29 Jan 2024 11:56:17 +0100 Subject: [PATCH] modify note about breaking changes to include new return type --- docs/BREAKING_CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/BREAKING_CHANGES.md b/docs/BREAKING_CHANGES.md index 4f3070e370..0cae72fd97 100644 --- a/docs/BREAKING_CHANGES.md +++ b/docs/BREAKING_CHANGES.md @@ -2,8 +2,10 @@ ## 0.47.0 -The function `SchemaUtils.checkExcessiveIndices` used to check both excessive indices and excessive foreign key constraints. It now has a different behaviour and -deals with excessive indices only. A new function, `SchemaUtils.checkExcessiveForeignKeyConstraints`, deals with excessive foreign key constraints. +The function `SchemaUtils.checkExcessiveIndices` used to check both excessive indices and excessive foreign key +constraints. It now has a different behaviour and deals with excessive indices only. Also, its return type is now +`List` instead of `Unit`. A new function, `SchemaUtils.checkExcessiveForeignKeyConstraints`, deals with excessive +foreign key constraints and has a return type `List`. ## 0.46.0