diff --git a/README.md b/README.md index 171b6b47..8c90b88f 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ try { ## Currently Unsupported Features -* [Non-compact](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31#section-7.2) serialization and parsing are not yet implemented. -* Elliptic Curve signature algorithms `ES256`, `ES384` and `ES512` are not yet implemented. -* JWE (Encryption for JWT) is not yet implemented. +* [Non-compact](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31#section-7.2) serialization and parsing. +* Elliptic Curve signature algorithms `ES256`, `ES384` and `ES512`. +* JWE (Encryption for JWT) These feature sets will be implemented in a future release when possible. Community contributions are welcome!