Changelog for bugsnag-1.2.0.1
Unreleased
v1.1.0.1
- Strip trailing newlines when constructing
Bugsnag.Exceptionmessages fromdisplayExceptionvalues.
v1.1.0.0
-
New module:
Network.Bugsnag.MetaData -
Adds some support for the
annotated-exceptionpackage.updateEventFromOriginalExceptionnow catches eithereorAnnotatedException e.bugsnagExceptionFromSomeExceptionnow has special cases to handleAnnotatedExceptionwell.- Annotations of type
CallStackandMetaDataare included in the bugsnag report; other annotations are ignored.
-
Adds explicit support for
StringExceptionfrom theunliftiopackage.bugsnagExceptionFromSomeExceptionnow has special cases to handleStringExceptionwell.
v1.0.0.1
- Support GHCs 9.0 and 9.2
v1.0.0.0
First released version.
For CHANGELOG details prior to the package re-organization, see
archive/CHANGELOG.md.