From 4dd7f734563cc93a8e1ce324593a2ce7d618cfdf Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 22 Dec 2021 14:34:27 +0100 Subject: [PATCH] Add CHANGELOG entry for 2.0.2 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d27bcd8..0ae7e90db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,34 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.2 - 2021-12-22 + +### Changed + +- Improved handling of media file deletion +- Releases and Docker image are now using Elixir 1.13 + +### Fixed + +- Fixed position of tentative tag on event cards +- Fixed text overflow when a link is too long in event mobile view +- Fixed filtering user own memberships and group members in event organizer & contacts picker +- Fixed first day of week not depending on locale in the datetime picker +- Fixed the admin page when a group/profile/user was not found +- Fixed group members pagination on admin group profile view +- Fixed admin edition of the instance's language +### Translations + +- Croatian +- Czech +- Esperanto +- German +- Hebrew +- Occitan +- Persian +- Russian +- Spanish + ## 2.0.1 - 2021-11-26 ### Changed