Skip to content

Commit 1ec5eec

Browse files
authored
Merge pull request #331 from cicirello/prep-release
Prepare release 5.0.3
2 parents 95ef1cf + 8aec537 commit 1ec5eec

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010

1111
### Changed
12-
* Permutation now caches hash on first call to hashCode() to optimize applications that rely heavily on hashing.
1312

1413
### Deprecated
1514

@@ -18,13 +17,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1817
### Fixed
1918

2019
### Dependencies
21-
* Bump rho-mu from 3.0.3 to 3.0.4
2220

2321
### CI/CD
2422

2523
### Other
2624

2725

26+
## [5.0.3] - 2023-04-13
27+
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+
2835
## [5.0.2] - 2023-03-07
2936

3037
### Changed

0 commit comments

Comments
 (0)