* Resolve [issue 57](https://github.com/barrust/pyprobables/issues/57) where false positive rate not stored / used the same in some instances
0.4.0
* Remove **Python 2.7** support
0.3.2
* Fix `RotatingBloomFilter` to keep information on number of elements inserted when exported and loaded. [see PR 50](https://github.com/barrust/pyprobables/pull/50) Thanks [dvolker48](https://github.com/volker48)
0.3.1
* Add additional **slots** * Very minor improvement to the hashing algorithm
0.3.0
* Bloom Filters: * Import/Export of Expanding and Rotating Bloom Filters * Fix for importing standard Bloom Filters
0.2.6
* Bloom Filters: * Addition of a Rotating Bloom Filter