Skip to content

Commit 91d26ba

Browse files
authored
fix(CHANGELOG): section headings in 0.8.5
1 parent e723688 commit 91d26ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Hotfix release to address two new issues:
1313

1414
The `0.8.4` release will be yanked as of publishing this one.
1515

16-
# Added
16+
### Added
1717
* In release PR: `sqlx-cli` now accepts `--no-dotenv` in subcommand arguments.
1818
* In release PR: added functionality tests for `sqlx-cli` to CI.
1919
* In release PR: test `#[sqlx::test]` twice in CI to cover cleanup.
2020

21-
# Fixed
21+
### Fixed
2222
* In release PR: `sqlx-cli` correctly reads `.env` files by default again.
2323
* Addresses [[#3823]].
2424
* In release PR: fix bugs in MySQL implementation of `#[sqlx::test]`.
@@ -2873,4 +2873,4 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
28732873
[@mbj]: https://github.com/mbj
28742874
[@TeCHiScy]: https://github.com/TeCHiScy
28752875
[@mpyw]: https://github.com/mpyw
2876-
[@bonsairobo]: https://github.com/bonsairobo
2876+
[@bonsairobo]: https://github.com/bonsairobo

0 commit comments

Comments
 (0)