# Changelog for polysemy-extra
## v0.2.0.0
* Remove `runKVStoreAsKVStore` and `runKVStoreAsKVStoreSem` and move to `polysemy-kvstore`.
* Remove `irrefutableAbsorbThrow` and move to `polysemy-irrefutable-absorb-throw`.
## v0.1.7.0
* Add `irrefutableAbsorbThrow`.
## v0.1.6.0
* Inline fix for `runInputConstF`.
## v0.1.5.0
* Add `runInputConstF`.
## v0.1.4.0
* Add reinterpreting versions of `contramapInput` and `mapOutput`.
## v0.1.3.0
* Add `raise4Under`, `rotateEffects4L`, `rotateEffects4R`.
* Add `reverseEffects2` ,`reverseEffects3`. `reverseEffects4`.
* Make everything INLINE.
## v0.1.2.0
* Add `rotateEffects2`, `rotateEffects3L` and `rotateEffects3R`.
## v0.1.1.0
* Add `reinterpretUnder`, `reinterpretUnder2` and `reinterpret2Under`.
## v0.1.0.0
* Add several `Input`, `Output` and `KVStore` functions that I use..