diff --git a/CHANGELOG.md b/CHANGELOG.md index b95a46bf64c3..b6cd5508a383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. + #### New features #### Enhancement diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 289d756f2667..23bc3137643e 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -26,6 +26,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. + #### New features #### Enhancement