# Change log for the `comfort-array` package ## 0.2 * Add a monad parameter to the mutable `Storable` array type and generalize functions to `PrimMonad`s. This way the mutating functions can also be used in the `ST` monad. ## 0.1.2 * Add immutable `Boxed` array type and mutable `Storable` array type. ## 0.1 * Split `Shape.C` into `Shape.C` and `Shape.Indexed`. ## 0.0 * Initial version featuring the `Shape.C` class with type function `Index` and the immutable `Storable` array type.