From 5d314f15644d005f081976ceb427b7ac28d3903a Mon Sep 17 00:00:00 2001 From: Senja Jarva Date: Thu, 25 Aug 2022 13:14:57 +0300 Subject: [PATCH] [Docs] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a2132bd0..5baab48606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [`display-name`], component detection: fix false positive for HOF returning only nulls and literals ([#3305][] @golopot) * [`jsx-no-target-blank`]: False negative when rel attribute is assigned using ConditionalExpression ([#3332][] @V2dha) * [`jsx-no-leaked-render`]: autofix nested "&&" logical expressions ([#3353][] @hduprat) +* [`jsx-key`]: fix detecting missing key in `Array.from`'s mapping function ([#3369][] @sjarva) ### Changed * [Refactor] [`jsx-indent-props`]: improved readability of the checkNodesIndent function ([#3315][] @caroline223) @@ -43,6 +44,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Docs] Add markdownlint for documentation formatting consistency ([#3367][] @bmish) * [Docs] Add config notice to rule docs ([#3362][] @bmish) +[#3369]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3369 [#3367]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3367 [#3366]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3366 [#3365]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3365