Skip to content

Commit ebbd65e

Browse files
authored
Merge pull request #16359 from argotorg/sort-changelog-for-0-8-32
Sort changelog for 0.8.32
2 parents 7f5d590 + 1c61064 commit ebbd65e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Changelog.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
### 0.8.32 (unreleased)
1+
### 0.8.32 (2025-12-18)
22

33
Important Bugfixes:
44
* Code Generator: Fix a bug in clearing/copying of arrays that straddle the end of storage, potentially resulting in assignment/initialization/`delete`/`push()`/`pop()` skipping some or all of the intended storage writes.
55

6-
Language Features:
7-
8-
Compiler Features:
96

107
Bugfixes:
118
* Codegen: Fix internal compiler error when emitting events via module member access.

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,10 @@
20492049
],
20502050
"released": "2025-12-03"
20512051
},
2052+
"0.8.32": {
2053+
"bugs": [],
2054+
"released": "2025-12-18"
2055+
},
20522056
"0.8.4": {
20532057
"bugs": [
20542058
"LostStorageArrayWriteOnSlotOverflow",

0 commit comments

Comments
 (0)