diff options
author | Earl Warren <contact@earl-warren.org> | 2024-09-15 16:26:12 +0200 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-09-15 16:26:12 +0200 |
commit | 6d840042594e79b3ebe6c3dae4421f9a934af521 (patch) | |
tree | b808ca492db947a846f174ab0cf79fd2bec7bc37 | |
parent | Merge pull request 'Fix typo' (#262) from Crown0815/forgejo-runner:main into ... (diff) | |
download | forgejo-runner-6d840042594e79b3ebe6c3dae4421f9a934af521.tar.xz forgejo-runner-6d840042594e79b3ebe6c3dae4421f9a934af521.zip |
chore: update the 3.5.2 release notes
-rw-r--r-- | RELEASE-NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 761ba5e..c4d9db3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 3.5.2 + +* Fix [crash in some cases when the YAML structure is not as expected](https://code.forgejo.org/forgejo/runner/issues/267). + ## 3.5.1 * Fix [CVE-2024-24557](https://nvd.nist.gov/vuln/detail/CVE-2024-24557) |