chore(changelog): add php 8.2 deprecated notices fix

This commit is contained in:
grandeljay 2023-09-23 10:47:23 +02:00
parent dda92afa53
commit 0df568396a

View file

@ -167,6 +167,12 @@ $page->navigation();
echo __('Fulfilled wishes disappearing for wishlist owners');
?>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Deprecated notices on PHP 8.2');
?>
</li>
</ul>
</div>