Skip to content

Commit 19ccd19

Browse files
author
Frederick Pringle
committed
Update CHANGELOG to follow the "Keep a Changelog" format
1 parent aed0c44 commit 19ccd19

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
# Revision history for generic-diff
1+
# Changelog
22

3-
## 0.1.0.0 -- 2025-2-25
3+
All notable changes to `generic-diff` will be documented in this file.
44

5-
* First version. Released on an unsuspecting world.
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- First version. Released on an unsuspecting world.
13+
- 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).
14+
15+
[unreleased]: https://github.com/fpringle/generic-diff/compare/74b5028...HEAD

0 commit comments

Comments
 (0)