Skip to content

Commit

Permalink
Merge pull request #258 from cicirello/prep-release
Browse files Browse the repository at this point in the history
Prepare release 2.7.0
  • Loading branch information
cicirello committed May 13, 2024
2 parents e3de8f5 + de905c7 commit fb3c395
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2024-05-13

### Added
* SimpleSwapper: utility class for swapping elements within an array
* ValidatedSwapper: utility class for swapping elements within an array, which verifies indexes are different before attempting swap

### Changed

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


## [2.7.0] - 2024-05-13

### Added
* SimpleSwapper: utility class for swapping elements within an array
* ValidatedSwapper: utility class for swapping elements within an array, which verifies indexes are different before attempting swap


## [2.6.0] - 2024-04-06

### Added
Expand Down

0 comments on commit fb3c395

Please sign in to comment.