Skip to content

Commit 57aafc7

Browse files
committed
docs(changelog): version 1.18.13 [citest skip]
Update changelog and .README.html for version 1.18.13 Signed-off-by: Rich Megginson <[email protected]>
1 parent dddbcb9 commit 57aafc7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.README.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</style>
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
61+
html { -webkit-text-size-adjust: 100%; }
6162
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { line-height: 1.25; }
63+
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
6364
pre > code.sourceCode > span:empty { height: 1.2em; }
6465
.sourceCode { overflow: visible; }
6566
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +71,7 @@
7071
}
7172
@media print {
7273
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
74+
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
7475
}
7576
pre.numberSource code
7677
{ counter-reset: source-line 0; }

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
[1.18.13] - 2025-03-06
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: there is no kmod-kvdo on EL10 and later (#514)
10+
11+
### Other Changes
12+
13+
- ci: Check spelling with codespell (#511)
14+
- ci: Bump Ubuntu version for Python unit tests (#512)
15+
- ci: Add test plan that runs CI tests and customize it for each role (#513)
16+
417
[1.18.12] - 2025-02-02
518
--------------------
619

0 commit comments

Comments
 (0)