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.
1 parent 9504047 commit fb0833dCopy full SHA for fb0833d
CHANGELOG.md
@@ -2,9 +2,10 @@
2
3
## v0.3.0
4
5
-- Add support for filtered diff output by top n lines with new `--head` option
6
-- Add support for filtered diff output by last n lines with new `--tail` option
7
-- Add new `fdiff.textiter` module
+- Added support for head and tail diff output filter functionality
+ - `fdiff` executable: add support for filtered diff output by top n lines with new `--head` option
+ - `fdiff` executable: add support for filtered diff output by last n lines with new `--tail` option
8
+ - Library: add new `fdiff.textiter` module
9
- Add README.md table of contents
10
11
## v0.2.0
0 commit comments