From 07c92d3f6014312bde56e40c6e4c310726354fcf Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 13 Aug 2018 11:55:32 -0400 Subject: [PATCH] Explain changes past v1.0, master branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9785dd9..801c0fc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ go-webfinger is a golang webfinger server implementation. See [v1.0](https://github.com/writeas/go-webfinger/releases/tag/1.0) for the latest stable version, and our [Code.as repo](https://code.as/writeas/go-webfinger) for the Write.as-specific implementation. +Past v1.0, this fork was made especially for federation support on [Write.as](https://write.as), which includes users across write.as, \*.writeas.com, and custom domains we host. The `master` branch contains changes specific to our implementation, and will change without notification. + ## Usage `webfinger.Service` is implemented as a net/http handler, which means