Skip to content

Commit 3dc2cf0

Browse files
authored
Merge pull request #210 from argotorg/0.8.36-homepage
2 parents ed676e2 + 890920a commit 3dc2cf0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ export default function Home({
115115
<Box>
116116
<Text lineHeight="180%" fontSize="md" mb={4}>
117117
<Link
118-
href="/blog/2026/04/29/solidity-0.8.35-release-announcement/"
118+
href="/blog/2026/07/09/solidity-0.8.36-release-announcement/"
119119
fontWeight="bold"
120120
>
121-
We just released the Solidity Compiler v0.8.35.
121+
We just released the Solidity Compiler v0.8.36.
122122
</Link>{' '}
123-
This release adds a builtin for computing ERC-7201 storage namespaces, introduces the new --experimental flag for in-development features, and ships an experimental SSA CFG code generator.
123+
This release fixes some important bugs, introduces support for the upcoming EVM version Amsterdam, as well as memory spilling for our new and experimental SSA CFG pipeline.
124124
</Text>
125125
</Box>
126126
</Flex>

0 commit comments

Comments
 (0)