Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed May 22, 2013
1 parent 6a9af41 commit 238e85f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# 0.6.5

* Replace internal hashmap with an Adaptive Radix Tree (ART). This
improves the create/drop time for instances with many many filters.
* `list` command now can take a prefix and returns only filters matching
* As a result of the ART tree, list results are sorted in descending order

# 0.6.1 (unreleased)

* Fixing thread safety issue with new-style memory buffers that
could potentially lead to either pages not being flushed, or
pages with no changes being re-flushed.


# 0.6.0

* Optimize creation of new bitmaps. Dramatic speedup for create on
Expand Down

0 comments on commit 238e85f

Please sign in to comment.