diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-15 17:26:58 +0300 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-04-09 15:42:01 -0500 |
commit | 781ac28859596fce5f2fd24ffe1cdf24caaaa2fc (patch) | |
tree | a82434b46032de2dab77819f2b4dc81ab654534e | |
parent | fd388a094133bb2dc38039b3b447f9c247dcdbac (diff) | |
download | pleroma-781ac28859596fce5f2fd24ffe1cdf24caaaa2fc.tar.gz |
changelog.md: add 2.0.1 entry
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5d8f612..15f0463b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [unreleased] +## [2.0.1] - 2020-03-15 +### Fixed +- 500 errors when no `Accept` header is present if Static-FE is enabled +- Instance panel not being updated immediately due to wrong `Cache-Control` headers +- Statuses posted with BBCode/Markdown having unncessary newlines in Pleroma-FE +- OTP: Fix some settings not being migrated to in-database config properly +- No `Cache-Control` headers on attachment/media proxy requests +- Character limit enforcement being off by 1 +- Mastodon Streaming API: hashtag timelines not working + ### Changed -- **Breaking:** BBCode and Markdown formatters will no longer return any `\n` and only use `<br/>` for newlines +- BBCode and Markdown formatters will no longer return any `\n` and only use `<br/>` for newlines +- Mastodon API: Allow registration without email if email verification is not enabled ### Removed - **Breaking:** removed `with_move` parameter from notifications timeline. |