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.