rampart v1.1.0.1 Release Notes
Release Date: 2020-06-02 // over 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
orMetBy
. Now it givesOverlaps
orOverlappedBy
, respectively. - Added two new functions,
isEmpty
andisNonEmpty
, for detecting empty intervals.
- Comparing with an empty interval used to give
- ๐ #2: Fixed handling of empty intervals.