From bbcfc00daebb41a751f63d471407eda08186aad1 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 1 Apr 2022 10:51:39 +0200 Subject: [PATCH] [doc] Update release notes (#3882) --- docs/pages/release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index b8f8783555..262bf7df56 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -15,6 +15,8 @@ This is a {{ site.pmd.release_type }} release. ### New and noteworthy ### Fixed Issues +* core + * [#3882](https://github.com/pmd/pmd/pull/3882): \[core] Fix AssertionError about exhaustive switch ### API Changes