monad-actions-2.0.0.0: CHANGELOG.md
# Revision history for monad-actions ## 2.0.0.0 -- 2026-02-22 * This version adds a new record-based implementation of monad actions, meant to avoid overlapping instances. ## 1.0.0.0 -- 2026-01-27 * For any monad m, m acts on every transformer stack whose base is m. * Known bugs: Still requires overlapping and incoherent instances. ## 0.1.0.0 -- 2026-01-22 * First version. Released on an unsuspecting world.