# Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.7] - 2020-09-30 ### Changed - Implemented `PartialEq` for `BitArray` and `BitVector` [#17](https://github.com/ajalab/fid/pull/17) by [@LucaCappelletti94](https://github.com/LucaCappelletti94) - Added `is_empty` to `FID` [#17](https://github.com/ajalab/fid/pull/17) by [@LucaCappelletti94](https://github.com/LucaCappelletti94) ## [0.1.6] - 2020-09-28 ### Changed - Added #[derive(Clone)] to BitArray and BitVector [#14](https://github.com/ajalab/fid/pull/14) by [@zommiommy](https://github.com/zommiommy)