diff --git a/Changelog.md b/Changelog.md index 959aff257ccf..de1674a15a9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,10 @@ ### 0.8.28 (unreleased) Language Features: + * Transient storage value type state variables are now fully supported. Compiler Features: - * Code Generator: Transient storage value type state variables are now supported. * General: Generate JSON representations of Yul ASTs only on demand to reduce memory usage. * Standard JSON Interface: Bytecode or IR can now be requested for a subset of all contracts without triggering unnecessary code generation for other contracts.