summaryrefslogtreecommitdiffstats
path: root/vendor/crypto-common/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /vendor/crypto-common/CHANGELOG.md
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/crypto-common/CHANGELOG.md')
-rw-r--r--vendor/crypto-common/CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/crypto-common/CHANGELOG.md b/vendor/crypto-common/CHANGELOG.md
new file mode 100644
index 000000000..ebd278695
--- /dev/null
+++ b/vendor/crypto-common/CHANGELOG.md
@@ -0,0 +1,29 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## 0.1.3 (2022-02-16)
+### Fixed
+- Minimal versions build ([#940])
+
+[#940]: https://github.com/RustCrypto/traits/pull/940
+
+## 0.1.2 (2022-02-10)
+### Added
+- Re-export `generic-array` and `typenum`. Enable `more_lengths` feature on
+`generic-array`. Add `key_size`, `iv_size`, `block_size`, and `output_size`
+helper methods. ([#849])
+
+[#849]: https://github.com/RustCrypto/traits/pull/849
+
+## 0.1.1 (2021-12-14)
+### Added
+- `rand_core` re-export and proper exposure of key/IV generation methods on docs.rs ([#847])
+
+[#847]: https://github.com/RustCrypto/traits/pull/847
+
+## 0.1.0 (2021-12-07)
+- Initial release