James231/Simple-Version-Control

GetChangesBetween not including changes on versionTwo input

James231 opened this issue · 0 comments

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.