From 1e4a56704f9d71ceeedb7c270e9dafb294fbbcb5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 15 Dec 2015 11:02:43 +0100 Subject: [PATCH] Add API instability warning to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a888bc..e4cea76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Matrix Client SDK for GLib This is a Matrix client-server SDK for GLib >= 2.40. As of now it -mostly mimics the official Python SDK. +mostly mimics the official Python SDK. The API and ABI are both very +volatile as of now; don’t rely on any specific feature until the API +is frozen. # Usage