diff --git a/Changelog.md b/Changelog.md index a592740e3..ce595ef16 100644 --- a/Changelog.md +++ b/Changelog.md @@ -37,19 +37,23 @@ Although the chat was never enabled per default and was marked as experimental, * Allow podmins/moderators to see all local public posts to improve moderation [#8232](https://github.com/diaspora/diaspora/pull/8232) [#8320](https://github.com/diaspora/diaspora/pull/8320) * Add support for directly paste images to upload them [#8237](https://github.com/diaspora/diaspora/pull/8237) +# 0.7.18.0 + +## Refactor + +## Bug fixes + +## Bug fixes + # 0.7.17.0 ## Security * Bump Rails to 5.2.7 to address [CVE-2022-22577](https://discuss.rubyonrails.org/t/cve-2022-22577-possible-xss-vulnerability-in-action-pack/80533) and [CVE-2022-27777](https://discuss.rubyonrails.org/t/cve-2022-27777-possible-xss-vulnerability-in-action-view-tag-helpers/80534) [#8350](https://github.com/diaspora/diaspora/pull/8350) * Do not allow the user to mass assign their own password and 2fa settings alongside other parameters. Reported by Breno Vitório (@brenu) - thank you! [#8351](https://github.com/diaspora/diaspora/pull/8351) -## Refactor - ## Bug fixes * Don't suggest to retry exports on failure [#8343](https://github.com/diaspora/diaspora/pull/8343) -## Features - # 0.7.16.0 ## Security