From f052e5f1ab81cf49058a0942b7cb67403ded85f0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 13 Oct 2021 21:28:04 -0400 Subject: [PATCH] 0.13.3 release notes. --- RELEASES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 351be6ec3..ac58a241a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +# Lemmy v0.13.3 Release (2021-10-13) + +- Dont swallow API errors (fixes [#1834](https://github.com/LemmyNet/lemmy/issues/1834)) ([#1837](https://github.com/LemmyNet/lemmy/issues/1837)) +- Fix clippy warnings added in nightly ([#1833](https://github.com/LemmyNet/lemmy/issues/1833)) +- Fix federation of initial post/comment vote (fixes [#1824](https://github.com/LemmyNet/lemmy/issues/1824)) ([#1835](https://github.com/LemmyNet/lemmy/issues/1835)) +- Trying a background_jobs fix. [#1820](https://github.com/LemmyNet/lemmy/issues/1820) + # Lemmy v0.13.0 Release (2021-09-30) Since our last release earlier this month, we've had [~30](https://github.com/LemmyNet/lemmy/compare/0.12.0...main) commits to Lemmy.