From f05532bb2a6347261bfcb03bc2e082fb73a38979 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 28 Oct 2022 21:41:28 -0700 Subject: [PATCH] Note about data attributes Close #1105 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad10c96..36571f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,8 @@ Released on September 21, 2022 * Some legacy Rails integration is removed. * The default value of `escape_html` option became true. * `-` script lines no longer support capturing. Only `=` lines are supported to yield a nested block. + * Overriding `data` attributes with another falsy `data-*` attribute that has the same name + is no longer supported. [#1105](https://github.com/haml/haml/issues/1105) ## 5.2.2