# effectful-core-2.0.0.0 (2022-08-12) * Make storage references in the environment immutable. * Remove `checkSizeEnv` and `forkEnv` from `Effectful.Dispatch.Static.Primitive`. * Add internal versioning of effects to prevent leakage of `unsafeCoerce`. * Make `interpose` and `impose` properly interact with other handlers. # effectful-core-1.2.0.0 (2022-07-28) * Change `SuffixOf` to `SharedSuffix` and make it behave as advertised. * Add `raiseWith`. # effectful-core-1.1.0.0 (2022-07-19) * Don't reset the `UnliftStrategy` to `SeqUnlift` inside the continuation of `withEffToIO`. * Add `withReader`. # effectful-core-1.0.0.0 (2022-07-13) * Initial release.