From c5bda1c5c2090aa27ff781bbfbe7216079155bf4 Mon Sep 17 00:00:00 2001 From: manuroe Date: Thu, 19 Apr 2018 18:35:03 +0200 Subject: [PATCH] Update CHANGES --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a2df3d6da..4271f0686 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +Changes in 0.6.13 (2018-04-20) +=============================================== + +Improvements: + * Upgrade MatrixKit version (v0.7.10). + * The minimal iOS version is now 9.0. + * Render stickers in the timeline (#1819). + * Support specifying kick and ban msgs (#1816), thanks to @atabrizian (PR #1824). + * Confirmation popup when leaving room (#1793), thanks to @atabrizian (PR #1828). + + +Bug fixes: + * Global Messages search: some search results are missing. + * Crash on URL like https://riot.im/#/app/register?hs_url=... (#1838). + Changes in 0.6.13 (2018-03-30) ===============================================