From dc914cfebb1748c177e04797eabb21c8e8d53451 Mon Sep 17 00:00:00 2001
From: Andy Green <andy.green@linaro.org>
Date: Mon, 18 Feb 2013 16:54:26 +0800
Subject: [PATCH] document ensure_user_space going private

Signed-off-by: Andy Green <andy.green@linaro.org>
---
 changelog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/changelog b/changelog
index a2c46fd7..b0afe64d 100644
--- a/changelog
+++ b/changelog
@@ -18,6 +18,13 @@ User api changes
 	wsi as it normally does on the other callbacks.
 
 
+User api removal
+----------------
+
+ - libwebsocket_ensure_user_space() is removed from the public api, if you
+ 	were using it to get user_space, you need to adapt your code to only
+	use user_space inside the user callback.
+
 
 v1.21-chrome26-firefox18
 ========================
-- 
GitLab