chore(changelog): add rewriterule fixes

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

View file

@ -140,6 +140,13 @@ $page->navigation();
<h3 class="ui header"><?= __('Fixed') ?></h3>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('RewriteRules which caused HTTP 404 errors');
?>
<a href="https://github.com/grandeljay/wishthis/issues/93" target="_blank">#93</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */