From 4e4b71bcdd4a991ed1a593032f2486b00292b11f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 2 Oct 2021 21:24:50 +0200 Subject: [PATCH] Improve status section of readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57fa02bf..e9d24ab7 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ them. Check out the documentation [on docs.rs][docs] (or on ## Status -As of 2021-08-17, we support the entirety of the latest released versions of -the various Matrix APIs. Various popular MSCs are also implemented, gated behind -the `unstable-pre-spec` Cargo feature. +As of 2021-02-10, we support all events and REST endpoints the latest released +versions of the various Matrix APIs. Various changes from the unstable version +of the specifications and some MSCs are also implemented, gated behind the +`unstable-pre-spec` Cargo feature. ## Contributing