Skip to content

Commit

Permalink
Update CHANGELOG.md for version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baqend-ci committed Oct 2, 2018
1 parent 415a300 commit fc760cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.0

* Implement a grace period which keeps expired entries in the TTL map for a configurable addtional time period
* Allow checking whether an item is expired, but still within the grace period by ExpiringBloomFilter#isKnown
* Fix a bug that prevented expired items from being removed from the expiration TTL map

## 2.0.0

* **BREAKING CHANGES:** A critical error with the hash entry calculation for counting Bloom filters has been fixed.
Expand Down

0 comments on commit fc760cc

Please sign in to comment.