Skip to content

Commit b0ebfb8

Browse files
committed
docs: map 4.0.0 changelog entries to closed issues
1 parent 3008537 commit b0ebfb8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
* Added `docs/feature-matrix.yml` as a feature-level support map across Sphinx2/Sphinx3/Manticore
1515
* Added capability-aware runtime tests for optional engine features (`supportsCommand`, Buddy-gated checks)
1616
* Added and stabilized Sphinx 3 compatibility coverage while preserving Sphinx 2 and Manticore test behavior
17-
* Added support for optional connection credentials (`username`/`password`) in both PDO and MySQLi drivers
18-
* Added optional-index `update($index = null)` flow for fluent `->update()->into($index)` usage
19-
* Added a root `LICENSE` file and aligned README/config docs for escaping and connection parameter behavior
17+
* Added support for optional connection credentials (`username`/`password`) in both PDO and MySQLi drivers (closes #208)
18+
* Added optional-index `update($index = null)` flow for fluent `->update()->into($index)` usage (closes #184)
19+
* Added MVA insert/update array example in README (closes #178)
20+
* Corrected escaping docs to reference connection-level helpers and clarified `quoteIdentifier()` availability (closes #203)
21+
* Added a root `LICENSE` file (closes #171)
2022
* Migrated CI to GitHub Actions-only validation with strict composer metadata checks
2123
* Updated documentation and added a dedicated `MIGRATING-4.0.md` guide
2224

0 commit comments

Comments
 (0)