From 2ae2af5e2e9630382df2f4d6fbbe8d22c6975883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Fri, 12 Jan 2024 14:15:30 +0100 Subject: [PATCH] Fix missing periods in the NEWS file [skip-ci] --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 4e4ccad07eb..ce7d4cbaee8 100644 --- a/NEWS +++ b/NEWS @@ -59,21 +59,21 @@ OpenSSL: Florian Sowade) PDO: - . Fixed setAttribute and getAttribute (SakiTakamachi) - . Implement PDO driver-specific subclasses RFC (danack, kocsismate) + . Fixed setAttribute and getAttribute. (SakiTakamachi) + . Implemented PDO driver-specific subclasses RFC. (danack, kocsismate) PDO_DBLIB: - . Fixed setAttribute and getAttribute (SakiTakamachi) + . Fixed setAttribute and getAttribute. (SakiTakamachi) . Added class PdoDbLib (danack, kocsismate) PDO_FIREBIRD: - . Fixed setAttribute and getAttribute (SakiTakamachi) - . Feature: Add transaction isolation level and mode settings to pdo_firebird + . Fixed setAttribute and getAttribute. (SakiTakamachi) + . Feature: Add transaction isolation level and mode settings to pdo_firebird. (SakiTakamachi) . Added class PdoFirebird. (danack, kocsismate) PDO_MYSQL: - . Fixed setAttribute and getAttribute (SakiTakamachi) + . Fixed setAttribute and getAttribute. (SakiTakamachi) . Added class PdoMysql. (danack, kocsismate) PDO_ODBC: