Skip to content

Commit

Permalink
Add the upcoming v0.2.0 release to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Jun 29, 2016
1 parent 4a9dbeb commit 01d0d22
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGES.rst
@@ -1,7 +1,15 @@
v0.2.0 (upcoming version)
------

- ``__eq__`` added to compare two compact tries
- ``subtree`` added to extract a subtree from a given trie

- ``values`` method fixed for empty strings

v0.1.1
------

- ``__iter__`` added
- ``__iter__`` and ``__contains__`` added
- ``__iadd__`` implemented, allowing you to extend a trie with `+=` and an
iterable

Expand All @@ -10,7 +18,7 @@ v0.1.0

- memory footprint reduced
- ``len`` support
- ``CTrie#height`` and ``CTrie#values`` methods added
- ``height`` and ``values`` methods added


v0.0.1
Expand Down

0 comments on commit 01d0d22

Please sign in to comment.