Skip to content

Version 2017.5.21.1535

Compare
Choose a tag to compare
@lassevk lassevk released this 21 May 13:44
· 164 commits to main since this release

Following is new in this release:

  • Added missing "TakeRightThenLeft" merge conflict handlers
  • Fixed missing suffix "MergeConflictResolver" on a couple of the merge conflict resolvers
  • Fixed bug in LongestCommonSubsequence implementation which did not use the provided EqualityComparer for hash code calculation
  • DiffElement now provides the index of the two elements (thanks hali15845)