Skip to content

0.32.1

Compare
Choose a tag to compare
@bcardiff bcardiff released this 18 Dec 18:53
· 3581 commits to master since this release
41bd18f

Standard library

Collections

  • Fixed docs of Enumerable#each_cons_pair and Iterator#cons_pair. (#8585, thanks @arcage)

Networking

  • Fixed HTTP::WebSocket's on_close callback is called for all errors. (#8552, thanks @stakach)
  • Fixed sporadic failure in specs with OpenSSL 1.1+. (#8582, thanks @rdp)

Compiler

Language semantics

  • Combine contiguous string literals before string interpolation. (#8581, thanks @asterite)