Skip to content

Commit 4d6cf50

Browse files
committed
Update User Guide
1 parent f9211ad commit 4d6cf50

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

changelogs/v4.6.1.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">Changes</a><a class="
314314
</section>
315315
<section id="deprecations">
316316
<h2><a class="toc-backref" href="#id4" role="doc-backlink">Deprecations</a><a class="headerlink" href="#deprecations" title="Permalink to this heading"></a></h2>
317+
<ul class="simple">
318+
<li><p><strong>Cache:</strong> The <code class="docutils literal notranslate"><span class="pre">FileHandler::writeFile()</span></code> method is deprecated. Use <code class="docutils literal notranslate"><span class="pre">write_file()</span></code> instead.</p></li>
319+
<li><p><strong>Cache:</strong> The <code class="docutils literal notranslate"><span class="pre">FileHandler::deleteFiles()</span></code> method is deprecated. Use <code class="docutils literal notranslate"><span class="pre">delete_files()</span></code> instead.</p></li>
320+
<li><p><strong>Cache:</strong> The <code class="docutils literal notranslate"><span class="pre">FileHandler::getDirFileInfo()</span></code> method is deprecated. Use <code class="docutils literal notranslate"><span class="pre">get_dir_file_info()</span></code> instead.</p></li>
321+
<li><p><strong>Cache:</strong> The <code class="docutils literal notranslate"><span class="pre">FileHandler::getFileInfo()</span></code> method is deprecated. Use <code class="docutils literal notranslate"><span class="pre">get_file_info()</span></code> instead.</p></li>
322+
</ul>
317323
</section>
318324
<section id="bugs-fixed">
319325
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a class="headerlink" href="#bugs-fixed" title="Permalink to this heading"></a></h2>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)