Skip to content

4.81.1 - `Logger.report()` should handle `LocalizedError`, `DecodingError`, and `EncodingError` identically to other errors

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 20 Sep 16:26
· 72 commits to main since this release
b70d504

What's Changed

Logger.report() should handle LocalizedError, DecodingError, and EncodingError identically to other errors by @MahdiBM in #3068

LocalizedError.localizedDesceiption is useless. We shouldn’t use it.
The special handling of DecodingError and EncodingError also doesn’t do much.

This patch was released by @gwynne

Full Changelog: 4.81.0...4.81.1