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:
@@ -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
17
doc/hash2/changes.adoc
Normal 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.
|
||||
Reference in New Issue
Block a user