Skip to content

Commit 709ab20

Browse files
committed
upd CHANGELOG
1 parent 02f40c6 commit 709ab20

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Fixes:
1111
- `Node.from_tuples()` will now raise an error if given an empty iterable. This should never happen, and it should error if it does.
1212
- `Interval.distance_to()` gave an incorrect distance when passed the `Interval`'s upper boundary
13+
- `IntervalTree.begin()` and `end()` are O(1), not O(n). (@ProgVal)
1314
- Maintainers:
1415
- use github.com/kennethreitz/pyandoc
1516
- reorganize tests

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ Version 3.0.0
386386
does.
387387
- ``Interval.distance_to()`` gave an incorrect distance when passed
388388
the ``Interval``'s upper boundary
389+
- ``IntervalTree.begin()`` and ``end()`` are O(1), not O(n).
390+
(@ProgVal)
389391

390392
- Maintainers:
391393

0 commit comments

Comments
 (0)