Bugfixes
stdlib
- (files) Fix missing
cause
parameter fromIO::Error#initialize
(#14242, thanks @straight-shoota) - (runtime) Always use
%p
for pointers inCrystal::System.print_error
(#14186, thanks @HertzDevil) - (runtime) Fixup for always use
%p
for pointers inCrystal::System.print_error
(#14221, thanks @HertzDevil)
Infrastructure
- Changelog for 1.11.2 (#14249, thanks @straight-shoota)