Skip to content

Commit 3902275

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

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
6161
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
62+
pre > code.sourceCode > span { line-height: 1.25; }
6363
pre > code.sourceCode > span:empty { height: 1.2em; }
6464
.sourceCode { overflow: visible; }
6565
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +70,7 @@
7070
}
7171
@media print {
7272
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
73+
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
7474
}
7575
pre.numberSource code
7676
{ counter-reset: source-line 0; }

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
[1.8.6] - 2024-08-01
5+
--------------------
6+
7+
### Other Changes
8+
9+
- ci: Add tft plan and workflow (#248)
10+
- docs: add module documentation for timesync_provider (#250)
11+
- ci: Update fmf plan to add a separate job to prepare managed nodes (#251)
12+
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#252)
13+
414
[1.8.5] - 2024-07-02
515
--------------------
616

0 commit comments

Comments
 (0)