1 files changed, 4 insertions, 4 deletions
diff --git a/develop/print.html b/develop/print.html
index 45c542488d..305a304379 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -1834,7 +1834,7 @@ v1.61.0.</p>
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
<tr><td>v1.98.0 – v1.105.0</td><td>v1.96.0</td></tr>
-<tr><td>v1.105.1 – v1.109.0</td><td>v1.100.0</td></tr>
+<tr><td>v1.105.1 – v1.110.0</td><td>v1.100.0</td></tr>
</tbody></table>
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
<p>You need to read all of the upgrade notes for each version between your current
@@ -16922,9 +16922,9 @@ contributions and would like to have you shouted out in the release notes!</p>
<p>The security levels of Florbs are now validated when received
via the <code>/federation/florb</code> endpoint. Contributed by Jane Matrix.</p>
</blockquote>
-<p>If there are multiple pull requests involved in a single bugfix/feature/etc,
-then the content for each <code>changelog.d</code> file should be the same. Towncrier will
-merge the matching files together into a single changelog entry when we come to
+<p>If there are multiple pull requests involved in a single bugfix/feature/etc, then the
+content for each <code>changelog.d</code> file and file extension should be the same. Towncrier
+will merge the matching files together into a single changelog entry when we come to
release.</p>
<h3 id="how-do-i-know-what-to-call-the-changelog-file-before-i-create-the-pr"><a class="header" href="#how-do-i-know-what-to-call-the-changelog-file-before-i-create-the-pr">How do I know what to call the changelog file before I create the PR?</a></h3>
<p>Obviously, you don't know if you should call your newsfile
|