Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-02-12 02:12:01 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-02-12 02:12:01 +0300
commit7e889f71ebde1e83c8ce550c7aede5d3f43c141e (patch)
treecd040c9cddf9cd45f5de5dfaa7a61ee188623ef6 /Changelog.md
parent37a7c0b35d560125fb0e60081f71fa029a5adfa4 (diff)
parentd896744ca12a68e6fa51ba3ba4a0cfd07cfb825d (diff)
Merge branch 'next-minor' into develop
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 98ca43d06..d30d97ce1 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -37,8 +37,20 @@ 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.17.0
+
+## Refactor
+
+## Bug fixes
+
+## Features
+
# 0.7.16.0
+## Security
+
+* Update rails to fix [CVE-2022-23633](https://github.com/advisories/GHSA-wh98-p28r-vrc9) [#8336](https://github.com/diaspora/diaspora/pull/8336)
+
## Refactor
* Cache local posts/comments count for statistics [#8241](https://github.com/diaspora/diaspora/pull/8241)
* Fix html-syntax in some handlebars templates [#8251](https://github.com/diaspora/diaspora/pull/8251)
@@ -48,7 +60,7 @@ Although the chat was never enabled per default and was marked as experimental,
## Bug fixes
* Ensure the log folder exists [#8287](https://github.com/diaspora/diaspora/pull/8287)
-* Limit name length in header [#8313] (https://github.com/diaspora/diaspora/pull/8313)
+* Limit name length in header [#8313](https://github.com/diaspora/diaspora/pull/8313)
* Fix fallback avatar in hovercards [#8316](https://github.com/diaspora/diaspora/pull/8316)
* Use old person private key for export if relayable author migrated away [#8310](https://github.com/diaspora/diaspora/pull/8310)