Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 732 Bytes

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning. This file is updated via purs-changelog

1.1.0

New features:

  • Added smart constructors for monad transformers.

Bugfixes:

  • Fixed Writer accumulation in the MonadRec instance for RWSET.

Other improvements:

  • Refactored trampoline usages in the Bind and MonadError instances for RWSET.

Internal:

  • Added initial unit tests for the project using spec.

1.0.0

Initial Release

0.1.0

Initial Release