GetChangesBetween not including changes on versionTwo input
James231 opened this issue · 0 comments
James231 commented
The GetChangesBetween(versionOne, versionTwo)
methods, do not include changes on versionTwo
(with versionTwo > versionOne) input, these are excluded.
Since last version is excluded on GetVersionsBetween
.
Should include parameter to the methods on whether it should include versionTwo
or not.