Skip to content

Commit 921e2cd

Browse files
committed
CODEC-296: Add support for Blake3 family of hashes
1 parent 482df6c commit 921e2cd

5 files changed

Lines changed: 811 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ limitations under the License.
117117
<id>chtompki</id>
118118
<email>chtompki@apache.org</email>
119119
</developer>
120+
<developer>
121+
<name>Matt Sicker</name>
122+
<id>mattsicker</id>
123+
<email>mattsicker@apache.org</email>
124+
<url>https://musigma.blog/</url>
125+
</developer>
120126
</developers>
121127
<contributors>
122128
<contributor>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
<body>
4444

4545
<release version="1.16" date="TBD" description="Feature and fix release.">
46+
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action>
4647
<action dev="ggregory" type="update" due-to="Dependabot">Update build actions/setup-java from v1.4.1 to v1.4.2 #60.</action>
4748
<action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
4849
<action dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>

0 commit comments

Comments
 (0)