diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-12-19 18:02:18 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-12-19 18:02:18 +0100 |
commit | a7213ed931f2504902c3d7378d4423a9984f8635 (patch) | |
tree | fbfa2fd079407fb55b532ba18bd875e003a1383c /CHANGELOG.md | |
parent | 9f83f904d490e64306f1f288234221aab9d57dd9 (diff) | |
download | parseq-a7213ed931f2504902c3d7378d4423a9984f8635.tar |
Add recursive SHA256 example application
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d324bbd..3ef36a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +### Added + +- Added recursive SHA256 example application. + ## [0.1.0] - 2022-12-18 ### Added |