# Change Log
## [0.4.1.0] - 2016-11-24
- Add `withSized` and `withSizedList`
## [0.4.0.1] - 2016-11-12
- Raise lower bound on base to 4.9
## [0.4.0.0] - 2016-11-01
- Correct type signature on `index'`
## [0.3.3.0] - 2016-08-10
- Add instances for Data, Typeable and Generic
## [0.3.2.0] - 2016-03-29
- Add overlapping Monoid instance for zero length vectors
## [0.3.1.0] - 2016-03-29
- Add Monoid instance
## [0.3.0.0] - 2016-03-22
- Export all of the available functionality from Data.Vector.Generic.
- Add Storable
- Add Unboxed
## [0.2.0.0] - 2016-02-29
- Tighter bounds on base to avoid compiling with GHC < 7.10.
## [0.1.0.0] - 2016-02-28
- Initial release.