Skip to content

Commit 38db74a

Browse files
committed
chore: add CHANGELOG entry
1 parent c9b1ce7 commit 38db74a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,21 @@ This section will be replaced in subsequent alpha releases. See the Git history
4343
* Significant changes to the `Migrate` trait
4444
* `sqlx::migrate::resolve_blocking()` is now `#[doc(hidden)]` and thus SemVer-exempt.
4545

46+
### Fixed
47+
48+
* [[#4053]]: fix(macros): smarter `.env` loading, caching, and invalidation [[@abonander]]
49+
* Additional credit to [[@AlexTMjugador]] ([[#4018]]) and [[@Diggsey]] ([[#4039]]) for their proposed solutions
50+
which served as a useful comparison.
51+
4652
[seaorm-2600]: https://github.com/SeaQL/sea-orm/issues/2600
4753
[feature unification]: https://doc.rust-lang.org/cargo/reference/features.html#feature-unification
4854
[preferred-crates]: examples/postgres/preferred-crates
4955

5056
[#3821]: https://github.com/launchbadge/sqlx/pull/3821
5157
[#3383]: https://github.com/launchbadge/sqlx/pull/3383
58+
[#4018]: https://github.com/launchbadge/sqlx/pull/4018
59+
[#4039]: https://github.com/launchbadge/sqlx/pull/4039
60+
[#4053]: https://github.com/launchbadge/sqlx/pull/4053
5261

5362
## 0.8.6 - 2025-05-19
5463

@@ -2951,3 +2960,4 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
29512960
[@dyc3]: https://github.com/dyc3
29522961
[@ThomWright]: https://github.com/ThomWright
29532962
[@duhby]: https://github.com/duhby
2963+
[@AlexTMjugador]: https://github.com/AlexTMjugador

0 commit comments

Comments
 (0)