diff --git a/HISTORY.rst b/HISTORY.rst index b044348..a2486cd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ Release History +++++++++++ - Fix empty interval types so that empty intervals could be compared with other intervals - Add method `copy()` to create new `Interval` instances with the same bounds and values as the `Interval` being copied +- Fix method `overlaps` on `Interval` and add tests for it! 0.1.8 (2015-07-14) ++++++++++++++++++