Skip to content

Commit

Permalink
Release 0.32.1 (#8590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Dec 18, 2019
1 parent a30144e commit 41bd18f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.32.1-dev
0.32.1

0 comments on commit 41bd18f

Please sign in to comment.