From 9bde06aedf66cb1e0850305a2fdf85a9691630f5 Mon Sep 17 00:00:00 2001 From: "Kamshory, MT" Date: Sat, 27 Sep 2025 16:25:18 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d63ca..75ccfc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1407,17 +1407,17 @@ In this release, several math-related classes have been **removed** from MagicOb These classes are **not discontinued**, but have been moved into a **new dedicated repository**: -๐Ÿ‘‰ [Planetbiru/Math](https://github.com/Planetbiru/Math) +๐Ÿ‘‰ [Planetbiru/Math](https://github.com/Planetbiru/MagicMath) Developers who rely on these math utilities should install the new package separately: ```bash -composer require planetbiru/math +composer require planetbiru/magic-math ``` ## New Feature: PDO Connection Verification Method -A new method isPdoConnected() has been introduced to allow developers to verify not only the TCP-level connection, but also the ability of PHP to execute SQL statements on the database. +A new method `isPdoConnected()` has been introduced to allow developers to verify not only the TCP-level connection, but also the ability of PHP to execute SQL statements on the database. Hereโ€™s the corrected version with improved grammar and clarity: