2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-19 04:12:12 +00:00

Add revision history to documentation

This commit is contained in:
Peter Dimov
2025-04-27 19:18:21 +03:00
parent 1a153c88d0
commit dcdd610a3f
2 changed files with 18 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Peter Dimov
:leveloffset: +1
include::hash2/overview.adoc[]
include::hash2/changes.adoc[]
include::hash2/hashing_bytes.adoc[]
include::hash2/hashing_objects.adoc[]
include::hash2/examples.adoc[]

17
doc/hash2/changes.adoc Normal file
View File

@@ -0,0 +1,17 @@
////
Copyright 2025 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
https://www.boost.org/LICENSE_1_0.txt
////
[#changes]
# Revision History
:idprefix:
## Changes in 1.89.0
* Added Blake2 algorithm (`blake2s_256`, `blake2b_512`).
## Changes in 1.88.0
* Initial release.