We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG
1 parent aed0c44 commit 19ccd19Copy full SHA for 19ccd19
CHANGELOG.md
@@ -1,5 +1,15 @@
1
-# Revision history for generic-diff
+# Changelog
2
3
-## 0.1.0.0 -- 2025-2-25
+All notable changes to `generic-diff` will be documented in this file.
4
5
-* First version. Released on an unsuspecting world.
+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