Skip to content

Commit 9bde06a

Browse files
committed
Update CHANGELOG.md
1 parent d9773ee commit 9bde06a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,17 +1407,17 @@ In this release, several math-related classes have been **removed** from MagicOb
14071407

14081408
These classes are **not discontinued**, but have been moved into a **new dedicated repository**:
14091409

1410-
👉 [Planetbiru/Math](https://github.com/Planetbiru/Math)
1410+
👉 [Planetbiru/Math](https://github.com/Planetbiru/MagicMath)
14111411

14121412
Developers who rely on these math utilities should install the new package separately:
14131413

14141414
```bash
1415-
composer require planetbiru/math
1415+
composer require planetbiru/magic-math
14161416
```
14171417

14181418
## New Feature: PDO Connection Verification Method
14191419

1420-
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.
1420+
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.
14211421

14221422
Here’s the corrected version with improved grammar and clarity:
14231423

0 commit comments

Comments
 (0)