File tree Expand file tree Collapse file tree
user_guide_src/source/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,8 +324,20 @@ Deprecations
324324 ``$redirect `` in ``Security `` are deprecated, and no longer used. Use
325325 ``$config `` instead.
326326- **URI: **
327+ - ``URI::$uriString `` is deprecated.
328+ - ``URI::$baseURL `` is deprecated. Use ``SiteURI `` instead.
327329 - ``URI::setSilent() `` is deprecated.
328330 - ``URI::setScheme() `` is deprecated. Use ``withScheme() `` instead.
331+ - ``URI::setURI() `` is deprecated.
332+ - **IncomingRequest: **
333+ - ``IncomingRequest::detectURI() `` is deprecated and no longer used.
334+ - ``IncomingRequest::detectPath() `` is deprecated, and no longer used. It
335+ moved to ``SiteURIFactory ``.
336+ - ``IncomingRequest::parseRequestURI() `` is deprecated, and no longer used. It
337+ moved to ``SiteURIFactory ``.
338+ - ``IncomingRequest::parseQueryString() `` is deprecated, and no longer used. It
339+ moved to ``SiteURIFactory ``.
340+ - ``IncomingRequest::setPath() `` is deprecated.
329341
330342Bugs Fixed
331343**********
You can’t perform that action at this time.
0 commit comments