From cbd6495fb1ea13ecae1b24882411df596dd90eec Mon Sep 17 00:00:00 2001 From: hrkrshnn Date: Mon, 8 May 2023 18:53:10 +0200 Subject: [PATCH] docs: mention that `push0` also decreases the runtime costs Fixes https://github.com/ethereum/solidity/pull/14107#discussion_r1163830306 --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 25244e13c..492197341 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ Language Features: Compiler Features: - * Assembler: Use ``push0`` for placing ``0`` in the stack for EVM versions starting from "Shanghai". This decreases the deployment costs. + * Assembler: Use ``push0`` for placing ``0`` in the stack for EVM versions starting from "Shanghai". This decreases the deployment and runtime costs. * EVM: Set default EVM version to "Shanghai". * EVM: Support for the EVM Version "Shanghai". * NatSpec: Add support for NatSpec documentation in ``enum`` definitions.