From 260e9c0feeb5b65520edd834e3810a37c9c4c2ad Mon Sep 17 00:00:00 2001
From: Daniel Siepmann <daniel.siepmann@typo3.org>
Date: Tue, 21 Apr 2020 21:33:41 +0200
Subject: [PATCH] [DOCS] Fix escaped class names in title of changelog
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Resolves: #91163
Releases: master
Change-Id: I52c4323f2ef812e87015a203f0e2dbaa5a38a581
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64298
Tested-by: Christian Eßl <indy.essl@gmail.com>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Christian Eßl <indy.essl@gmail.com>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
---
 ...cateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst | 6 +++---
 ...05-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst | 6 +++---
 typo3/sysext/core/Documentation/Changelog/10.4/Index.rst    | 2 --
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst
index 61af1cea65a7..64364937d01b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst
@@ -1,8 +1,8 @@
 .. include:: ../../Includes.txt
 
-=======================================================================================
-Deprecation: #87613 - Deprecate \TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::hex2bin
-=======================================================================================
+============================================================================================
+Deprecation: #87613 - Deprecate \\TYPO3\\CMS\\Extbase\\Utility\\TypeHandlingUtility::hex2bin
+============================================================================================
 
 See :issue:`87613`
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst
index 3364f317cbe0..c1f0f3d19d86 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst
@@ -1,8 +1,8 @@
 .. include:: ../../Includes.txt
 
-=============================================================================
-Feature: #88805 - Add type to TYPO3\CMS\Core\Database\Query\QueryBuilder::set
-=============================================================================
+====================================================================================
+Feature: #88805 - Add type to \\TYPO3\\CMS\\Core\\Database\\Query\\QueryBuilder::set
+====================================================================================
 
 See :issue:`88805`
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst
index 5a4b27d38ff0..0494bb3dcb89 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst
@@ -13,8 +13,6 @@
 Breaking Changes
 ^^^^^^^^^^^^^^^^
 
-None since TYPO3 v10.0 release.
-
 .. toctree::
    :maxdepth: 1
    :titlesonly:
-- 
GitLab