From f48c349f58d4450a25312e5fb4f333e93bf95ad3 Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Fri, 14 Apr 2023 10:56:59 -0400 Subject: [PATCH] Prepare release 5.0.4 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b24dab27..7f2b8c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -* Optimized or otherwise refactored for code quality the scramble, reverse, and swapBlocks methods of the Permutation class. ### Deprecated @@ -24,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +## [5.0.4] - 2023-04-14 + +### Changed +* Optimized or otherwise refactored for code quality the scramble, reverse, and swapBlocks methods of the Permutation class. + + ## [5.0.3] - 2023-04-13 ### Changed