From 4efb1d58609ebfc53572d65defd2ddfbf8e621b2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 5 Nov 2022 17:01:12 +0200 Subject: [PATCH] Added notice on supported standards --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 453f042..695d643 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ dub add birchwood You can take a look at the `Client` API documentation on [DUB](https://birchwood.dpldocs.info/birchwood.client.Client.html). +## Compatibiloty + +- [ ] rfc1459 + * Should be more or less stable in supporting this standard + +More standards will be added within the next month or so, mostly relating to new response codes that just need to be added. + ## License See [LICENSE](LICENSE).