Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 517 Bytes

UPGRADING.md

File metadata and controls

12 lines (7 loc) · 517 Bytes

Upgrading

Documents the changes that may be required when upgrading to a newer component version.

Upgrade to 0.2.0

Normalization of Exception types

The namespace exception types live in has changed from ANG::Exceptions to ANG::Exception. Any usages of negotiation exception types will need to be updated.

If using a rescue statement with a parent exception type, either from the console component or Crystal stdlib, double check it to ensure it'll still rescue what you are expecting it will.