From 4ec05d0aa481709410910ee0e7a5cdab4d9ac084 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 18 Jul 2024 11:29:41 +0200 Subject: [PATCH] [doc] Update release notes (#5048, #4800) --- docs/pages/release_notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 8038d97525..11329e4a17 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -14,7 +14,15 @@ This is a {{ site.pmd.release_type }} release. ### 🚀 New and noteworthy +### 🌟 New and changed rules + +#### Changed rules +* {%rule apex/codestyle/ClassNamingConvention %}: Two new properties to configure different patterns + for inner classes and interfaces: `innerClassPattern` and `innerInterfacePattern`. + ### 🐛 Fixed Issues +* apex-codestyle + * [#4800](https://github.com/pmd/pmd/issues/4800): \[apex] ClassNamingConvention: Support naming convention for *inner* classes * plsql * [#5086](https://github.com/pmd/pmd/pull/5086): \[plsql] Fixed issue with missing optional table alias in MERGE usage * [#5087](https://github.com/pmd/pmd/pull/5087): \[plsql] Add support for SQL_MACRO @@ -23,6 +31,7 @@ This is a {{ site.pmd.release_type }} release. ### 🚨 API Changes ### ✨ External Contributions +* [#5048](https://github.com/pmd/pmd/pull/5048): \[apex] Added Inner Classes to Apex Class Naming Conventions Rule - [Justin Stroud](https://github.com/justinstroudbah) (@justinstroudbah / @sgnl-labs) * [#5086](https://github.com/pmd/pmd/pull/5086): \[plsql] Fixed issue with missing optional table alias in MERGE usage - [Arjen Duursma](https://github.com/duursma) (@duursma) * [#5087](https://github.com/pmd/pmd/pull/5087): \[plsql] Add support for SQL_MACRO - [Arjen Duursma](https://github.com/duursma) (@duursma) * [#5088](https://github.com/pmd/pmd/pull/5088): \[plsql] Add support for 'DEFAULT' clause on the arguments of some oracle functions - [Arjen Duursma](https://github.com/duursma) (@duursma)