diff --git a/changelog/b6227.dd b/changelog/b6227.dd index cb7c1ed77283..842f811af3f0 100644 --- a/changelog/b6227.dd +++ b/changelog/b6227.dd @@ -1,5 +1,4 @@ -Comparison that takes into account the enumerated type improves code correctness by -disallowing comparison of unrelated enumerated types. +Comparison of values belonging to different enums is deprecated. This change does not affect anonymous enumerations.