Skip to content

Commit f7ae4e3

Browse files
author
Pierre-Luc Gagné
committed
Document sql.hpp removal in changelog
1 parent ec32e9f commit f7ae4e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020
`decimal_type` naming scheme introduced in v1.1.0:
2121
- `sql_datetime``datetime_type`
2222
- `sql_timestamp``timestamp_type`
23+
- **Breaking:** Removed monolithic `ds_mysql/sql.hpp`. Include `ds_mysql/ds_mysql.hpp` for the umbrella API,
24+
or include `ds_mysql/sql_ddl.hpp`, `ds_mysql/sql_dml.hpp`, and `ds_mysql/sql_dql.hpp` directly.
2325

2426
---
2527

0 commit comments

Comments
 (0)