diff --git a/Changelog.md b/Changelog.md index de1674a15a9d..eabd5b9eee9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ -### 0.8.28 (unreleased) +### 0.8.28 (2024-10-09) Language Features: - * Transient storage value type state variables are now fully supported. + * Transient storage state variables of value types are now fully supported. Compiler Features: diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index f9913d812c63..2c3b6487ae50 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1902,6 +1902,10 @@ "bugs": [], "released": "2024-09-04" }, + "0.8.28": { + "bugs": [], + "released": "2024-10-09" + }, "0.8.3": { "bugs": [ "FullInlinerNonExpressionSplitArgumentEvaluationOrder",