From 2b32eecbe4bdba6eb9851138bd51578c0ec233b2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 7 Apr 2015 15:56:56 +0200 Subject: [PATCH] add deprecations for OC_Preferences and OC\\Preferences --- developer_manual/app/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/changelog.rst b/developer_manual/app/changelog.rst index 80788bb14..00276764e 100644 --- a/developer_manual/app/changelog.rst +++ b/developer_manual/app/changelog.rst @@ -53,4 +53,8 @@ This is a deprecation roadmap which lists all current deprecation targets and wi --- * `OCP\\AppFramework\\IApi `_: full class * `OCP\\AppFramework\\IAppContainer `_: methods **getCoreApi** and **log** -* `OCP\\AppFramework\\Controller `_: methods **params**, **getParams**, **method**, **getUploadedFile**, **env**, **cookie**, **render** \ No newline at end of file +* `OCP\\AppFramework\\Controller `_: methods **params**, **getParams**, **method**, **getUploadedFile**, **env**, **cookie**, **render** + +8.1 +--- +* `\\OC\\Preferences `_ and `\\OC_Preferences `_ \ No newline at end of file