Skip to content

Commit

Permalink
upd: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimleib committed Jan 21, 2015
1 parent 60a1e17 commit 5651ad9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

Version 2.0.4
-------------
- Fix: Issue #27: README incorrectly showed using a comma instead of a colon when querying the `IntervalTree`: it showed `tree[begin, end]` instead of `tree[begin:end]`

Version 2.0.3
-------------
- Fix: README showed using + operator for setlike union instead of the correct | operator
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@ https://github.com/chaimleib/intervaltree
Change log
==========

Version 2.0.4
-------------

- Fix: Issue #27: README incorrectly showed using a comma instead of a
colon when querying the ``IntervalTree``: it showed
``tree[begin, end]`` instead of ``tree[begin:end]``

Version 2.0.3
-------------

Expand Down

0 comments on commit 5651ad9

Please sign in to comment.