Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask

## [Unreleased]

## [0.1.0.0] - 30.05.2025

### Added

- First version. Released on an unsuspecting world.
- Let users extend the built-in diff types with custom diffs via the `SpecialDiff` class in [#9](https://github.com/fpringle/generic-diff/pull/9).
- Add example implementations of `SpecialDiff` for `containers` types in [#10](https://github.com/fpringle/generic-diff/pull/10).

[unreleased]: https://github.com/fpringle/generic-diff/compare/74b5028...HEAD
[unreleased]: https://github.com/fpringle/generic-diff/compare/v0.1.0.0...HEAD
[0.1.0.0]: https://github.com/fpringle/generic-diff/releases/tag/v0.1.0.0
Loading