[doc] Update release notes (#4922, #5055)

This commit is contained in:
Andreas Dangel
2024-06-06 16:02:42 +02:00
parent 581b6db3d2
commit 6595be09ac
3 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,8 @@ This is a {{ site.pmd.release_type }} release.
### 🐛 Fixed Issues
* apex
* [#4922](https://github.com/pmd/pmd/issues/4922): \[apex] TYPEOF in sub-query throws error
* [#4922](https://github.com/pmd/pmd/issues/4922): \[apex] SOQL syntax error with TYPEOF in sub-query
* [#5055](https://github.com/pmd/pmd/issues/5055): \[apex] SOSL syntax error with WITH USER_MODE or WITH SYSTEM_MODE
### 🚨 API Changes

View File

@ -1,3 +1,4 @@
// https://github.com/pmd/pmd/issues/5055
// https://github.com/google/summit-ast/issues/53
public inherited sharing class SoslWithUsermode {

View File

@ -1,3 +1,5 @@
// https://github.com/pmd/pmd/issues/4922
public class TypeofTest {
static void test() {
Case c = [