Skip to content

Commit

Permalink
Fix glitches in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed May 6, 2021
1 parent e7ad039 commit b619015
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ChangeLog-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<ul><li>Core:
<ul>
<li><?php bugfix(80781); ?> (Error handler that throws ErrorException infinite loop).</li>
<li><?php bugfix(75776); ?> (Flushing streams with compression filter is broken). (cmb) 04 Mar 2021, php 7.4.16</li>
<li>Fixed #80706 (mail(): Headers after Bcc headers may be ignored).</li>
<li><?php bugfix(75776); ?> (Flushing streams with compression filter is broken).</li>
</ul></li>
<li>Dba:
<ul>
Expand Down Expand Up @@ -132,7 +131,7 @@
<b><?php release_date('04-Mar-2021'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed #80706 (mail(): Headers after Bcc headers may be ignored).</li>
<li><?php bugfix(80706); ?> (mail(): Headers after Bcc headers may be ignored).</li>
</ul></li>
<li>MySQLnd:
<ul>
Expand Down

0 comments on commit b619015

Please sign in to comment.