Skip to content

Commit 80fa6d1

Browse files
authored
fix(changelog): add missing entry for #2697
1 parent da0ffd7 commit 80fa6d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.8.0 - 2024-07-22
99

10-
69 pull requests were merged this release cycle.
10+
70 pull requests were merged this release cycle.
11+
12+
[#2697] was merged the same day as release 0.7.4 and so was missed by the automatic CHANGELOG generation.
1113

1214
### Breaking
15+
* [[#2697]]: fix(macros): only enable chrono when time is disabled [[@saiintbrisson]]
1316
* [[#2973]]: Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement [[@nitn3lav]]
1417
* [[#2482]]: chore: bump syn to 2.0 [[@saiintbrisson]]
1518
* Deprecated type ascription syntax in the query macros was removed.
@@ -110,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110113

111114
[#2482]: https://github.com/launchbadge/sqlx/pull/2482
112115
[#2652]: https://github.com/launchbadge/sqlx/pull/2652
116+
[#2697]: https://github.com/launchbadge/sqlx/pull/2697
113117
[#2702]: https://github.com/launchbadge/sqlx/pull/2702
114118
[#2736]: https://github.com/launchbadge/sqlx/pull/2736
115119
[#2869]: https://github.com/launchbadge/sqlx/pull/2869

0 commit comments

Comments
 (0)