File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
11
11
### Changed
12
- * Permutation now caches hash on first call to hashCode() to optimize applications that rely heavily on hashing.
13
12
14
13
### Deprecated
15
14
@@ -18,13 +17,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
17
### Fixed
19
18
20
19
### Dependencies
21
- * Bump rho-mu from 3.0.3 to 3.0.4
22
20
23
21
### CI/CD
24
22
25
23
### Other
26
24
27
25
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
+
28
35
## [ 5.0.2] - 2023-03-07
29
36
30
37
### Changed
You can’t perform that action at this time.
0 commit comments