* 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__ * Minor improvement to the hashing algorithm and strategy
0.3.0
* Bloom Filters: * Import/Export of Expanding and Rotating Bloom Filters * Fix for importing standard Bloom Filters