You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
4
4
5
+
## v7.6.0 (2024-08-14)
6
+
7
+
### Feature
8
+
9
+
* feat: `HashType.from_composite_str` for Blake2b, SHA3, Blake3 (#663)
10
+
11
+
The code mistreated hashes for Blake2b and SHA3.
12
+
Code for explicitly handling SHA1 & BLAKE3 was added, as those have no
13
+
variants defined in the CycloneDX specification.
14
+
15
+
fixes #652
16
+
17
+
---------
18
+
19
+
Signed-off-by: Michael Schlenker <michael.schlenker@contact-software.com>
20
+
Co-authored-by: Michael Schlenker <michael.schlenker@contact-software.com>
21
+
Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`c59036e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c59036e06ddc97284f82efbbc168dc2d89d090d1))
0 commit comments