Skip to content

Commit

Permalink
Preparing version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed Jun 10, 2020
1 parent 9f80489 commit 2f197ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 3.0.0
[New] A new hashing class has been added `Crc32MetaDataHash`. It let you work with
large files as the hash is calculated using metadata of files: filename, size, mtime and mode.
(Thanks to @pecuchet. See PR #9).
[New] The interface `ContentHashInterface` has been renamed to `HashInterface`. Now,
the method `hash` receives a filename instead of the filename content.

## 2.0.1
[New] Support for Symfony 5. (Thanks to seregazhuk. See PR #8).
[Fix] Fixed an error calculating the hash of a directory in PHP 7.4.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "3.0-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 2f197ce

Please sign in to comment.