Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
LF-2171
  • Loading branch information
yuriy-sedinkin committed Mar 18, 2022
1 parent 024fac7 commit 1a24c74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This log documents significant changes for each release. This project follows
## [2.14.0] - 2022-03-02
### Added
- Function to get the intersection of two collections: intersect().
### Fixed
- The distinct, union, subsetOf, and intersect functions now use
the "6.1.1. = (Equals)" function to compare collection items instead of using
a map with JSON keys, which can affect their performance because the
complexity of the algorithm has changed from O(n) to O(n**2).

## [2.13.0] - 2022-02-28
### Added
Expand Down

0 comments on commit 1a24c74

Please sign in to comment.