docs(changelog): add #177 as fixed

This commit is contained in:
grandeljay 2023-11-09 15:33:33 +01:00
parent 97c7c7142c
commit d31df30187

View file

@ -97,6 +97,13 @@ $page->navigation();
<div class="ui segment">
<h3 class="ui header"><?= __('Fixed') ?></h3>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Accessing wishlist without permission');
?>
<a href="https://github.com/grandeljay/wishthis/issues/177" target="_blank">#177</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */