# v0.1.1
- Unsafe code is now forbidden. Any optimization should wait on stabilization
of the crate interface and more eyes.
- Added default implemented `checked_fill` and `fill_count` utility methods.
# v0.1.0
Initial release of the library with `Fill` trait.