Skip to content

Commit

Permalink
Changelog for 1.11.2 (#14249)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jan 18, 2024
1 parent 4e6531a commit fda656c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.11.2] (2024-01-18)

[1.11.2]: https://github.com/crystal-lang/crystal/releases/1.11.2

### Bugfixes

#### stdlib

- *(files)* Fix missing `cause` parameter from `IO::Error#initialize` ([#14242](https://github.com/crystal-lang/crystal/pull/14242), thanks @straight-shoota)
- *(runtime)* Always use `%p` for pointers in `Crystal::System.print_error` ([#14186](https://github.com/crystal-lang/crystal/pull/14186), thanks @HertzDevil)
- *(runtime)* Fixup for always use `%p` for pointers in `Crystal::System.print_error` ([#14221](https://github.com/crystal-lang/crystal/pull/14221), thanks @HertzDevil)

### Infrastructure

- Changelog for 1.11.2 ([#14249](https://github.com/crystal-lang/crystal/pull/14249), thanks @straight-shoota)

## [1.11.1] (2024-01-11)

[1.11.1]: https://github.com/crystal-lang/crystal/releases/1.11.1
Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1
1.11.2

0 comments on commit fda656c

Please sign in to comment.