From 18ea69a4c464db39d4fb4c54449ee1f05d6e7788 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 18 Jun 2022 15:03:19 +0200 Subject: [PATCH] Update changelog entries for new Mastodon API fixes See https://github.com/rugk/mastodon-simplified-federation/issues/71 --- assets/texts/en/Changelog/next.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/texts/en/Changelog/next.md b/assets/texts/en/Changelog/next.md index a42f805..ba8111d 100644 --- a/assets/texts/en/Changelog/next.md +++ b/assets/texts/en/Changelog/next.md @@ -1,2 +1,4 @@ +* **New:** All network requests e.g. to the Mastodon API now have a timeout of five seconds to handle servers not responding correctly. ([#72](https://github.com/rugk/mastodon-simplified-federation/pull/72)) +* **Fixed:** A bug has been fixed that could cause an issue with redirection of toot interactions when the toot is only available to authenticated users via the Mastodon API. ([#71](https://github.com/rugk/mastodon-simplified-federation/issues/71)) * **Fixed:** A bug has been fixed that resulted in the redirection not being catched in case of newer Friendica versions. ([#62](https://github.com/rugk/mastodon-simplified-federation/issues/62)) * **Improved:** The translation for French has been updated, thanks to [@le-jun](https://github.com/le-jun).