docs: add breaking change entry

Fixes https://github.com/emqx/emqx/pull/13420#issuecomment-2213957235
This commit is contained in:
Thales Macedo Garitezi 2024-07-08 10:18:12 -03:00
parent d34fc7a03a
commit 893630aee3
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Added a schema validation that prevents configuring an empty set of topic filters for a Schema Validation. Any such configurations will have to define at least one topic filter to be valid. Such configurations, though, are probably very rare, as a Schema Validation with empty topics is essentially the same as having no validation at all.