Skip to content
Snippets Groups Projects
Commit 0dc12673 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Add a changelog with some entries

parent f4d74af6
Branches
No related tags found
1 merge request!11Release 0.2.0.0
Pipeline #4693 passed
Changelog for tahoe-ssk
=======================
0.2.0.0
-------
* Add the IV as a parameter to Tahoe.SDMF.encode.
The IV must be the value used to create the ciphertext so Tahoe.SDMF.encode cannot randomly generate one.
* Add Tahoe.SDMF.randomIV for randomly generating a new IV.
0.1.0.0
-------
* Initial release.
* Very basic non-verifying decoding support.
* Enough encoding support for simple round-trip tests for the decoding functionality.
...@@ -54,8 +54,11 @@ build-type: Simple ...@@ -54,8 +54,11 @@ build-type: Simple
extra-doc-files: CHANGELOG.md extra-doc-files: CHANGELOG.md
-- Extra source files to be distributed with the package, such as examples, or -- Extra source files to be distributed with the package, such as examples, or
-- a tutorial module. In our case, test data. -- a tutorial module.
extra-source-files:
ChangeLog.rst
README.rst
test/data/*
common warnings common warnings
ghc-options: -Wall -Werror=missing-fields ghc-options: -Wall -Werror=missing-fields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment