Skip to content

Commit c8ef40a

Browse files
committed
[ci skip] Add missing trailing dots in NEWS
These are required for the NEWS parser to correctly strip the author name.
1 parent 6c59c29 commit c8ef40a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PHP NEWS
2828
- Curl:
2929
. Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)
3030
. Bumped required libcurl version to 7.61.0. (Ayesh)
31-
. Added feature_list key to the curl_version() return value (Ayesh)
31+
. Added feature_list key to the curl_version() return value. (Ayesh)
3232

3333
- Date:
3434
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
@@ -158,7 +158,7 @@ PHP NEWS
158158

159159
- PDO_DBLIB:
160160
. Fixed setAttribute and getAttribute. (SakiTakamachi)
161-
. Added class PdoDbLib (danack, kocsismate)
161+
. Added class PdoDbLib. (danack, kocsismate)
162162

163163
- PDO_FIREBIRD:
164164
. Fixed setAttribute and getAttribute. (SakiTakamachi)
@@ -249,8 +249,8 @@ PHP NEWS
249249
. Added the SOCK_CONN_DGRAM/SOCK_DCCP netbsd constants. (David Carlier)
250250

251251
- Sodium:
252-
. Add support for AEGIS-128L and AEGIS-256 (jedisct1)
253-
. Enable AES-GCM on aarch64 with the ARM crypto extensions (jedisct1)
252+
. Add support for AEGIS-128L and AEGIS-256. (jedisct1)
253+
. Enable AES-GCM on aarch64 with the ARM crypto extensions. (jedisct1)
254254

255255
- SPL:
256256
. Implement SeekableIterator for SplObjectStorage. (nielsdos)
@@ -276,7 +276,7 @@ PHP NEWS
276276
http_clear_last_response_headers() that allows retrieving the same content
277277
as the magic $http_response_header variable.
278278
. Add php_base64_encode_ex() API. (Remi)
279-
. Implemented "Raising zero to the power of negative number" RFC (Jorg Sowa)
279+
. Implemented "Raising zero to the power of negative number" RFC. (Jorg Sowa)
280280

281281
- XML:
282282
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)

0 commit comments

Comments
 (0)