diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-31 13:59:26 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-31 13:59:26 +0300 |
commit | 78b6549611e19248b0fb2dd71f69ef28a0bc2cb2 (patch) | |
tree | c5bd255d4dfdacee0a00df2a2540128c430bfc0d | |
parent | 540dd38a5ef78f449b24c670f039febdfaf71c50 (diff) | |
download | pleroma-78b6549611e19248b0fb2dd71f69ef28a0bc2cb2.tar.gz |
CHANGELOG.md: Add 2.0.2 entry
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 957bbdcfe..f03f402d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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/). +## [2.0.2] - 2020-03-31 +### Fixed +- Blocked/muted users still generating push notifications +- Input textbox for bio ignoring newlines +- OTP: Inability to use PostgreSQL databases with SSL +- `user delete_activities` breaking when trying to delete already deleted posts + +### Added +- Admin API: `PATCH /api/pleroma/admin/users/:nickname/update_credentials` + ## [2.0.1] - 2020-03-15 ### Security - Static-FE: Fix remote posts not being sanitized |