diff options
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | docs/bugs_by_version.json | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 05e0e5eb..29c28e30 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.4.25 (unreleased) +### 0.4.25 (2018-09-12) Important Bugfixes: * Code Generator: Properly perform cleanup for exponentiation and non-256 bit types. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 90879db9..ef084660 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -526,6 +526,10 @@ ], "released": "2018-05-16" }, + "0.4.25": { + "bugs": [], + "released": "2018-09-12" + }, "0.4.3": { "bugs": [ "ExpExponentCleanup", |