Skip to content

Commit

Permalink
markup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Aug 9, 2020
1 parent 3c69e90 commit 858b741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,10 +6,10 @@
### Added
- `IntervalDict.as_dict()` to export its content to a classical Python `dict`.

## Changed
### Changed
- `IntervalDict.keys()`, `values()` and `items()` return view objects instead of lists.

## Fixed
### Fixed
- `IntervalDict.popitem()` now returns a (key, value) pair instead of an `IntervalDict`.
- The documentation of `IntervalDict.pop()` now correctly states that the value (and not the key)
is returned.
Expand Down

0 comments on commit 858b741

Please sign in to comment.