Skip to content

Commit

Permalink
Merge pull request #113 from ethereum/index-update
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
nikola-matic authored Sep 4, 2024
2 parents e93a346 + 65e94d8 commit 272d3ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ export default function Home({
<Box>
<Text lineHeight="180%" fontSize="md" mb={4}>
<Link
href="/blog/2024/05/21/solidity-0.8.26-release-announcement/"
href="/blog/2024/09/04/solidity-0.8.27-release-announcement/"
fontWeight="bold"
>
Solidity 0.8.26
Solidity 0.8.27
</Link>{' '}
Introducing the newest version of the Solidity Compiler: v0.8.26. This newest version of the compiler brings support for custom errors in require, improved default Yul Optimizer sequence that will speed up compilation via IR, several bugfixes, and more!
Introducing the newest version of the compiler which brings support for custom errors in require to the legacy pipeline, optimizer improvements such as caching of optimized IR that will speed up compilation via IR, several bugfixes, and more!
</Text>
</Box>
</Flex>
Expand Down

0 comments on commit 272d3ad

Please # to comment.