Skip to content

Commit

Permalink
fix(CHANGELOG): mention AnyEncode removal
Browse files Browse the repository at this point in the history
closes #2598
  • Loading branch information
abonander authored Jul 10, 2023
1 parent f06c4c2 commit 56ccdd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ See [[#2483]] for details.
* The `offline` feature has been removed from the `sqlx` facade crate and is enabled unconditionally as most users are expected to have enabled it anyway and disabling it doesn't seem to appreciably affect compile times.
* The `decimal` feature has been renamed to `rust_decimal` to match the crate it actually provides integrations for.
* `AnyDriver` and `AnyConnection` now require either `sqlx::any::install_drivers()` or `sqlx::any::install_default_drivers()` to be called at some point during the process' lifetime before the first connection is made, as the set of possible drivers is now determined at runtime. This was determined to be the least painful way to provide knowledge of database drivers to `Any` without them being hardcoded.
* The `AnyEncode` trait has been removed.
* [[#2109]]: feat: better database errors [[@saiintbrisson]]
* [[#2094]]: Update libsqlite3-sys to 0.25.1 [[@penberg]]
* Alongside this upgrade, we are now considering the linkage to `libsqlite3-sys` to be **semver-exempt**,
Expand Down

0 comments on commit 56ccdd2

Please sign in to comment.