Update Status section in README.md

This commit is contained in:
Jonas Platte 2021-01-19 12:45:13 +01:00
parent 2705b27df1
commit cc355d8c77
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -11,10 +11,11 @@ A set of [Rust] crates (libraries) for interacting with the [Matrix] chat networ
## Status ## Status
As of 2020-09-29, we support the vast majority of endpoints in all of the various Matrix APIs. As of 2021-01-19, we support the vast majority of endpoints in all of the various Matrix APIs
except the identity service API (if you want to help with that, have a look at the
[crate/ruma-identity-service-api][id-api] label).
As long as they are still at version 0.x though, only the latest API revision is considered [id-api]: https://github.com/ruma/ruma/issues?q=is%3Aissue+is%3Aopen+label%3Acrate%2Fruma-identity-service-api
supported. This may change after 1.x releases.
## Contributing ## Contributing