You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,20 @@ Types for Changes:
14
14
15
15
## [Unreleased] - ReleaseDate
16
16
17
+
### Added
18
+
19
+
- Custom HTTP headers support for HTTP checks (`--http-headers` / `-H`) [#119](https://github.com/becheran/mlc/pull/119)
20
+
21
+
### Changed
22
+
23
+
- GitHub Actions usage example now documents how to pass custom HTTP headers
24
+
- Developer instructions now include pre-PR `cargo fmt` / `cargo clippy` steps [#120](https://github.com/becheran/mlc/pull/120)
25
+
26
+
### Fixed
27
+
28
+
- GitHub-flavored markdown task list checkboxes are no longer detected as links [#121](https://github.com/becheran/mlc/pull/121)
29
+
- Root directory configuration is validated to avoid crashes when `root-dir` does not exist
0 commit comments