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 c69204b commit ef597aaCopy full SHA for ef597aa
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to wsjcpp-hashes project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [v0.1.3] - 2020-09-12 (2020 Sep 12)
9
+
10
+### Added
11
12
+- added `WsjcppHashes::getMd5ByString("some string")`
13
+- added `WsjcppHashes::getMd5ByFile("path to file")`
14
+- added `WsjcppHashes::getSha1ByString("some string")`
15
+- added `WsjcppHashes::getSha1ByFile("path to file")`
16
17
## [v0.1.2] - 2020-09-12 (2020 Sep 12)
18
19
### Security
0 commit comments