Skip to content

Commit

Permalink
Update changelog about array_get() deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeel committed Dec 9, 2024
1 parent 29ce7a0 commit 9fba0b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SETUP/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ first before upgrading to R202102 or later releases.**

## R??????

### Notices & Deprecations

The `array_get()` function has been deprecated and will be removed in the next
release. Use the [null coalescing operator](https://www.php.net/manual/en/language.operators.comparison.php#language.operators.comparison.coalesce)
instead.

### Changes

* WikiHiero support has been removed (cpeel)

## R202409
Expand Down

0 comments on commit 9fba0b2

Please sign in to comment.