Standard Library
- Remove useless variable declarations in trailing position (#11704, thanks @HertzDevil)
Crypto
- Fix for missing
BIO_*
functions in OpenSSL < 1.1.0 (#11736, thanks @daliborfilus)
Runtime
- Remove string allocation from
GC_set_warn_proc
(#11729, thanks @straight-shoota)
Tools
- Doc generator: Fix escape HTML in code span (#11686, thanks @straight-shoota)
- Fix formatter error for
ProcLiteral
s withUnion
return type (#11709, thanks @HertzDevil)