From 41bd18fbea4aec50aad33aa3beb7a0bf30544186 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Wed, 18 Dec 2019 11:49:14 -0300 Subject: [PATCH] Release 0.32.1 (#8590) --- CHANGELOG.md | 19 +++++++++++++++++++ src/VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e81f2abd787..24294bfa4ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 0.32.1 (2019-12-18) + +## Standard library + +### Collections + +- Fixed docs of `Enumerable#each_cons_pair` and `Iterator#cons_pair`. ([#8585](https://github.com/crystal-lang/crystal/pull/8585), thanks @arcage) + +### Networking + +- Fixed `HTTP::WebSocket`'s `on_close` callback is called for all errors. ([#8552](https://github.com/crystal-lang/crystal/pull/8552), thanks @stakach) +- Fixed sporadic failure in specs with OpenSSL 1.1+. ([#8582](https://github.com/crystal-lang/crystal/pull/8582), thanks @rdp) + +## Compiler + +### Language semantics + +- Combine contiguous string literals before string interpolation. ([#8581](https://github.com/crystal-lang/crystal/pull/8581), thanks @asterite) + # 0.32.0 (2019-12-11) ## Language changes diff --git a/src/VERSION b/src/VERSION index a7919f14c44f..fd9620c08c15 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -0.32.1-dev +0.32.1