Skip to content

Commit ef841f7

Browse files
aconradimandolaerik
authored andcommitted
Don't use definition lists in release notes
1 parent 5dd5883 commit ef841f7

File tree

2 files changed

+42
-40
lines changed

2 files changed

+42
-40
lines changed

RELEASENOTES-1.4.docu

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,27 @@
99
language version is
1010
documented in the <em>DML 1.4 reference manual</em>
1111
document. Some highlights:
12-
<dl>
13-
<dt>Better compilation performance</dt><dd>2-3 times faster
14-
compile for devices with large register banks</dd>
15-
<dt>Improved reset support</dt><dd>The reset mechanism in 1.4
16-
is not hard-coded, and can be adapted to different reset
17-
flows</dd>
18-
<dt>Templates as types</dt><dd>You can pass around references to
19-
banks/registers/fields etc in variables</dd>
20-
<dt>Multiple levels of overrides</dt><dd>Methods and
21-
parameters can be overridden any number of times. In 1.2,
22-
this is often prevented by standard library legacy.</dd>
23-
<dt>Syntax simplification</dt><dd>Many adjustments to improve
24-
readability; for instance, removal of <tt>$</tt> and C-like
25-
method syntax</dd>
26-
<dt>Standard library API simplification</dt><dd>Clearer API,
27-
easier to understand</dd>
28-
<dt>Updated language semantics</dt><dd>More consistent and
29-
well-specified behaviour of method bodies and expressions,
30-
providing more predictable model behaviour</dd>
31-
</dl> </add-note></build-id>
12+
<ul>
13+
<li><b>Better compilation performance</b><br/>
14+
2-3 times faster compile for devices with large register banks</li>
15+
<li><b>Improved reset support</b><br/>
16+
The reset mechanism in 1.4 is not hard-coded, and can be adapted to
17+
different reset flows</li>
18+
<li><b>Templates as types</b><br/>
19+
You can pass around references to
20+
banks/registers/fields etc in variables</li>
21+
<li><b>Multiple levels of overrides</b><br/>
22+
Methods and parameters can be overridden any number of times. In 1.2,
23+
this is often prevented by standard library legacy.</li>
24+
<li><b>Syntax simplification</b><br/>
25+
Many adjustments to improve readability; for instance, removal of
26+
<tt>$</tt> and C-like method syntax</li>
27+
<li><b>Standard library API simplification</b><br/>
28+
Clearer API, easier to understand</li>
29+
<li><b>Updated language semantics</b><br/>
30+
More consistent and well-specified behaviour of method bodies and
31+
expressions, providing more predictable model behaviour</li>
32+
</ul> </add-note></build-id>
3233
<build-id value="6013"><add-note> Export declarations are now available as
3334
replacements for
3435
<tt>method extern</tt>. </add-note></build-id>

RELEASENOTES.docu

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,26 +1477,27 @@
14771477
language version is
14781478
documented in the <em>DML 1.4 reference manual</em>
14791479
document. Some highlights:
1480-
<dl>
1481-
<dt>Better compilation performance</dt><dd>2-3 times faster
1482-
compile for devices with large register banks</dd>
1483-
<dt>Improved reset support</dt><dd>The reset mechanism in 1.4
1484-
is not hard-coded, and can be adapted to different reset
1485-
flows</dd>
1486-
<dt>Templates as types</dt><dd>You can pass around references to
1487-
banks/registers/fields etc in variables</dd>
1488-
<dt>Multiple levels of overrides</dt><dd>Methods and
1489-
parameters can be overridden any number of times. In 1.2,
1490-
this is often prevented by standard library legacy.</dd>
1491-
<dt>Syntax simplification</dt><dd>Many adjustments to improve
1492-
readability; for instance, removal of <tt>$</tt> and C-like
1493-
method syntax</dd>
1494-
<dt>Standard library API simplification</dt><dd>Clearer API,
1495-
easier to understand</dd>
1496-
<dt>Updated language semantics</dt><dd>More consistent and
1497-
well-specified behaviour of method bodies and expressions,
1498-
providing more predictable model behaviour</dd>
1499-
</dl> </add-note></build-id>
1480+
<ul>
1481+
<li><b>Better compilation performance</b><br/>
1482+
2-3 times faster compile for devices with large register banks</li>
1483+
<li><b>Improved reset support</b><br/>
1484+
The reset mechanism in 1.4 is not hard-coded, and can be adapted to
1485+
different reset flows</li>
1486+
<li><b>Templates as types</b><br/>
1487+
You can pass around references to banks/registers/fields etc in
1488+
variables</li>
1489+
<li><b>Multiple levels of overrides</b><br/>
1490+
Methods and parameters can be overridden any number of times. In 1.2,
1491+
this is often prevented by standard library legacy.</li>
1492+
<li><b>Syntax simplification</b><br/>
1493+
Many adjustments to improve readability; for instance, removal of
1494+
<tt>$</tt> and C-like method syntax</li>
1495+
<li><b>Standard library API simplification</b><br/>
1496+
Clearer API, easier to understand</li>
1497+
<li><b>Updated language semantics</b><br/>
1498+
More consistent and well-specified behaviour of method bodies and
1499+
expressions, providing more predictable model behaviour</li>
1500+
</ul> </add-note></build-id>
15001501
<build-id value="6015"><add-note> Improved information provided by EATTRDATA
15011502
error message. </add-note></build-id>
15021503
<build-id value="6022"><add-note> The bank instrumentation framework no

0 commit comments

Comments
 (0)