git: 8cbd77fa57 - main - Add newlines between 13.1 relnotes entries.

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 08 Mar 2022 15:12:49 UTC
The branch main has been updated by pkubaj (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=8cbd77fa5755c926f2b49c02b77624df555abd74

commit 8cbd77fa5755c926f2b49c02b77624df555abd74
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-03-08 15:12:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-03-08 15:12:28 +0000

    Add newlines between 13.1 relnotes entries.
---
 website/content/en/releases/13.1R/relnotes.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/content/en/releases/13.1R/relnotes.adoc b/website/content/en/releases/13.1R/relnotes.adoc
index 7b915c2c1c..e830185a0b 100644
--- a/website/content/en/releases/13.1R/relnotes.adoc
+++ b/website/content/en/releases/13.1R/relnotes.adoc
@@ -96,6 +96,7 @@ This section covers changes and additions to userland applications, contributed
 === Contributed Software
 
 Enable building LLDB on all powerpc architectures. gitref:cb1bee9bd34[repository=src]
+
 Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le. gitref:ce35a3bc852[repository=src]
 
 [[userland-libraries]]
@@ -111,8 +112,11 @@ This section covers changes to kernel configurations, system tuning, and system
 === General Kernel Changes
 
 Fix output corruption on serial console on powerpc64. gitref:dca829138ca[repository=src]
+
 Change CAS to support Radix MMU. gitref:cc8e726c85b[repository=src]
+
 Fix running FreeBSD with HPT superpages enabled on QEMU with TCG on powerpc64(le). gitref:f05174ed354[repository=src]
+
 Add superpages support to pmap_mincore on powerpc64(le). gitref:32b50b8520d[repository=src]
 
 [[drivers]]
@@ -124,7 +128,9 @@ This section covers changes and additions to devices and device drivers since {r
 === Device Drivers
 
 Fix for VGA / HDMI console with AST2500 during boot on powerpc64(le). gitref:c41d129485e[repository=src]
+
 Fix PCI common read/write functions on big endian targets in manpage:virtio[4]. gitref:7e583075a41[repository=src], gitref:8d589845881[repository=src]
+
 Add big-endian support to manpage:mpr[4]. gitref:7d45bf699dc[repository=src], gitref:2954aedb8e5[repository=src], gitref:c80a1c1072d[repository=src]
 Reduce max I/O size to avoid DMA issues in manpage:aacraid[4]. gitref:572e3575dba[repository=src]