Skip to content

Commit c1ffa80

Browse files
committed
Update CHANGELOG.md to reflect recent additions, changes, and fixes
1 parent 0cfc33f commit c1ffa80

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ Types for Changes:
1414

1515
## [Unreleased] - ReleaseDate
1616

17+
### Added
18+
19+
- Support for ignore/disable comments to skip specific links or blocks in markup files [#114](https://github.com/becheran/mlc/pull/114)
20+
- `--files` option to specify individual files to check [#115](https://github.com/becheran/mlc/pull/115)
21+
- Severity column to CSV reports to distinguish errors from warnings [#109](https://github.com/becheran/mlc/pull/109)
22+
- ARM64 binary support for Linux
23+
24+
### Changed
25+
26+
- Replace external URL dependencies in E2E tests with local mock servers [#118](https://github.com/becheran/mlc/pull/118)
27+
- CI workflow now auto-fixes and pushes formatting/clippy changes instead of failing [#116](https://github.com/becheran/mlc/pull/116)
28+
- Optimize URL comparison to avoid unnecessary cloning
29+
30+
### Fixed
31+
32+
- False redirect warnings for URLs with fragments
33+
- Linux ARM64 build by using cross for proper musl cross-compilation
34+
- CSV file race condition by using unique file names for each test
35+
- Build status badge link in README
36+
1737
## [1.0.0] - 2025-07-07
1838

1939
## [0.22.0] - 2025-05-29

0 commit comments

Comments
 (0)