Skip to content

Commit

Permalink
Add changelog for 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Aug 15, 2024
1 parent fa0240b commit 0932848
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.13.2] (2024-08-20)

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

### Bugfixes

#### stdlib

- *(collection)* Fix explicitly clear deleted `Hash::Entry` ([#14862], thanks @HertzDevil)

[#14862]: https://github.com/crystal-lang/crystal/pull/14862

#### compiler

- *(codegen)* **[regression]** Fix misaligned store in `Bool` to union upcasts ([#14906], thanks @HertzDevil)
- *(codegen)* Fix `ReferenceStorage(T)` atomic if `T` has no inner pointers ([#14845], thanks @HertzDevil)
- *(interpreter)* Fix misaligned stack access in the interpreter ([#14843], thanks @HertzDevil)

[#14906]: https://github.com/crystal-lang/crystal/pull/14906
[#14845]: https://github.com/crystal-lang/crystal/pull/14845
[#14843]: https://github.com/crystal-lang/crystal/pull/14843

## [1.13.1] (2024-07-12)

[1.13.1]: https://github.com/crystal-lang/crystal/releases/1.13.1
Expand Down
1 change: 1 addition & 0 deletions src/SOURCE_DATE_EPOCH
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1724112000
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0-dev
1.13.2

0 comments on commit 0932848

Please sign in to comment.