@@ -5,6 +5,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Repository integrity verification (`Fsck.check/2`) with full and quick modes
- `list_objects/2` callback on Storage behaviour for enumerating loose objects
- Dialyzer enforced in CI pipeline
- `Pack.Reader.read_object/4` with external resolver for REF_DELTA bases
### Fixed
- `Diff.diff_blobs/4` spec now includes binary file return variant
- `Protocol.ReceivePack` state type includes all struct fields
- Resolved all Dialyzer warnings (4 type errors)
## [0.1.0] - 2026-02-10
### Added