Skip to content

Commit 28f2d6f

Browse files
authored
Added public procedures in CHANGELOG.md
1 parent c82ec64 commit 28f2d6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ Features available from the latest git source
44

55
- new module `stdlib_hash_32bit`
66
[#573](https://github.com/fortran-lang/stdlib/pull/573)
7+
- new procedures: `fibonacci_hash`, `fnv_1_hash`,
8+
`fnv_1a_hash`, `new_nmhash32_seed`, `new_nmhash32x_seed`,
9+
`new_water_hash_seed`, `nmhash32`, `nmhash32x`, `odd_random_integer`,
10+
`universal_mult_hash`, and `water_hash`
711
- new module `stdlib_hash_64bit`
812
[#573](https://github.com/fortran-lang/stdlib/pull/573)
13+
- new procedures: `fibonacci_hash`, `fnv_1_hash`, `fnv_1a_hash`,
14+
`new_pengy_hash_seed`, `new_spooky_hash_seed`,
15+
`odd_random_integer`, `pengy_hash`, `spooky_hash`, `spookyhash_128`, and
16+
`universal_mult_hash`
917
- new module `stdlib_distribution_uniform`
1018
[#272](https://github.com/fortran-lang/stdlib/pull/272)
1119
- new module `stdlib_selection`

0 commit comments

Comments
 (0)