We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95ef1cf + 8aec537 commit 1ec5eecCopy full SHA for 1ec5eec
CHANGELOG.md
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Added
10
11
### Changed
12
-* Permutation now caches hash on first call to hashCode() to optimize applications that rely heavily on hashing.
13
14
### Deprecated
15
@@ -18,13 +17,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
17
### Fixed
19
20
### Dependencies
21
-* Bump rho-mu from 3.0.3 to 3.0.4
22
23
### CI/CD
24
25
### Other
26
27
+## [5.0.3] - 2023-04-13
+
28
+### Changed
29
+* Permutation now caches hash on first call to hashCode() to optimize applications that rely heavily on hashing.
30
31
+### Dependencies
32
+* Bump rho-mu from 3.0.3 to 3.0.4
33
34
35
## [5.0.2] - 2023-03-07
36
37
0 commit comments