Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 554 Bytes

ChangeLog.md

File metadata and controls

21 lines (14 loc) · 554 Bytes

Changelog for located-exception

Unreleased changes

0.1.2.0

  • #6
    • Add Control.Exception.Annotated.UnliftIO that uses MonadUnliftIO instead of MonadCatch and MonadThrow.
    • Actually expose catches

0.1.1.0

  • #4
    • Add catches
    • Replace Control.Exception.Safe.try with try that can get an AnnotatedException e or a regular, un-Annotated e.

0.1.0.0

  • Initial Release