Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

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

### Deprecated

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

### Dependencies
* Bump rho-mu from 3.0.3 to 3.0.4

### CI/CD

### Other


## [5.0.3] - 2023-04-13

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

### Dependencies
* Bump rho-mu from 3.0.3 to 3.0.4


## [5.0.2] - 2023-03-07

### Changed
Expand Down