rampart v1.1.0.1 Release Notes

Release Date: 2020-06-02 // almost 4 years ago
    • ๐Ÿ— Internal changes only. Started requiring Cabal 2.2 to build.

Previous changes from v1.1.0.0

    • ๐Ÿ›  #2: Fixed handling of empty intervals.
      • Comparing with an empty interval used to give Meets or MetBy. Now it gives Overlaps or OverlappedBy, respectively.
      • Added two new functions, isEmpty and isNonEmpty, for detecting empty intervals.