Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions en/appendices/3-5-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ features will continue to function until 4.0.0 after which they will be removed.

* ``Cake\Http\Client\CookieCollection`` is deprecated. Use
``Cake\Http\Cookie\CookieCollection`` instead.
* ``Cake\View\Helper\RssHelper`` is deprecated. Due to infrequent use the
RssHelper is deprecated.

Deprecated Combined Get/Set Methods
-----------------------------------
Expand Down
4 changes: 4 additions & 0 deletions en/views/helpers/rss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Rss

The RssHelper makes generating XML for `RSS feeds <https://en.wikipedia.org/wiki/RSS>`_ easy.


.. deprecated:: 3.5.0
RssHelper is deprecated as of 3.5.0, and will be removed in 4.0.0

Creating an RSS Feed with the RssHelper
=======================================

Expand Down