From ed908e0195db26ec9c51d124315bc084c5576a29 Mon Sep 17 00:00:00 2001 From: lain Date: Fri, 19 Jun 2020 15:25:57 +0200 Subject: [PATCH] Changelog: Add info about push notifications. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad03c760..19ac4ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Changed - Removed the use of with_move parameters when fetching notifications +- Push notifications now are the same as normal notfication, and are localized. ### Fixed - Weird bug related to post being sent seemingly after pasting with keyboard (hopefully)