Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-06-09T16:28:41+02:00

Commit: 
https://github.com/php/web-php/commit/c29487792d2014ed6cb46cd953997746957ac088
Raw diff: 
https://github.com/php/web-php/commit/c29487792d2014ed6cb46cd953997746957ac088.diff

Remove names of contributors from changelog

It appears to be a problem with a tool since the names don't appear anywhere 
else

Closes GH-521.

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index a4d20176f..148df8309 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -19,8 +19,8 @@
 <ul>
   <li><?php bugfix(51934); ?> (strtotime plurals / incorrect time).</li>
   <li><?php bugfix(51987); ?> (Datetime fails to parse an ISO 8601 ordinal 
date (extended format)).</li>
-  <li><?php bugfix(66019); ?> (DateTime object does not support short ISO 8601 
time format - YYYY-MM-DDTHH) (cmb, Derick)</li>
-  <li><?php bugfix(68549); ?> (Timezones and offsets are not properly used 
when working with dates) (Derick, Roel Harbers)</li>
+  <li><?php bugfix(66019); ?> (DateTime object does not support short ISO 8601 
time format - YYYY-MM-DDTHH)</li>
+  <li><?php bugfix(68549); ?> (Timezones and offsets are not properly used 
when working with dates)</li>
   <li><?php bugfix(81565); ?> (date parsing fails when provided with timezones 
including seconds).</li>
   <li>Fixed bug <?php githubissuel('php/php-src',7758); ?> (Problems with 
negative timestamps and fractions).</li>
 </ul></li>
@@ -1154,7 +1154,7 @@
 </ul></li>
 <li>Phar:
 <ul>
-  <li><?php bugfix(81211); ?>: Symlinks are followed when creating PHAR 
archive (cmb)</li>
+  <li><?php bugfix(81211); ?>: Symlinks are followed when creating PHAR 
archive</li>
 </ul></li>
 <li>Shmop:
 <ul>
@@ -1501,7 +1501,7 @@
 </ul></li>
 <li>Phar:
 <ul>
-  <li><?php bugfix(75850); ?> (Unclear error message wrt. __halt_compiler() 
w/o semicolon) (cmb)</li>
+  <li><?php bugfix(75850); ?> (Unclear error message wrt. __halt_compiler() 
w/o semicolon)</li>
   <li><?php bugfix(70091); ?> (Phar does not mark UTF-8 filenames in ZIP 
archives).</li>
   <li><?php bugfix(53467); ?> (Phar cannot compress large archives).</li>
 </ul></li>

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to