Copy crates.io note from the release info on 0.28

add_libdifftastic
Wilfred Hughes 2022-09-01 09:18:32 +07:00
parent 659f2dd6bd
commit 8ff572d615
1 changed files with 11 additions and 0 deletions

@ -179,6 +179,17 @@ Fixed handling of paths that aren't valid UTF-8.
`--missing-as-empty` now only applies when diffing files, and has no
effect when diffing directories.
### Note: Crates.io Is Patched
Due to the 10 MB crate limit, two patches were applied before
uploading to crates.io. The source code on crates.io therefore does
not exactly match this git tag.
`Cargo.toml` had the include list changed (committed on master as
d9ef270d273e3f7c61e2e167b7efbd33b36d0c96), and the vendored perl
parser had whitespace removed with `sed "s/^[ \t]*//" -i
vendor/tree-sitter-perl-src/parser.c`.
## 0.27 (released 18th April 2022)
### Parsing