dart-backend / angel

A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://github.com/dukefirehawk/angel
BSD 3-Clause "New" or "Revised" License
171 stars 22 forks source link

Unreported breaking change of AngelHttpException constructor. #61

Closed hicnar closed 2 years ago

hicnar commented 2 years ago

The constructor for the exception mentioned has changed. After a fix all the tests that depend on the framework appear to be passing, but in general it is a good idea to report breaking changes.

dukefirehawk commented 2 years ago

@hicnar Thanks for feedback. It was an oversight. Will update the release note.

dukefirehawk commented 2 years ago

Release note has been updated