From e99128f1979d6ab5ff95fb843a321cebb85601fa Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 22 Dec 2022 21:50:23 +0900 Subject: [PATCH] docs: add versionadded and deprecated --- contributing/documentation.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/contributing/documentation.rst b/contributing/documentation.rst index 34b1c90ca52c..fdffa1611a98 100644 --- a/contributing/documentation.rst +++ b/contributing/documentation.rst @@ -130,3 +130,18 @@ To a Method ============= :php:meth:`CodeIgniter\\HTTP\\Response::setCookie()` + +**************** +Other Directives +**************** + +New Feature +=========== + + .. versionadded:: 4.3.0 + +Deprecated +========== + + .. deprecated:: 4.3.0 + Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.