Skip to content

Commit e49db4e

Browse files
committed
Fixed indentation
1 parent 4e340c1 commit e49db4e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@ export default function Authentication() {
1111
<p>As releases are made Changelogs will be published here.</p>
1212
</section>
1313
<section>
14-
<h2>2018-04-19</h2>
15-
<hr /><br />
16-
<b>Features:</b>
17-
<ul>
18-
<li>Adds transfer to NodeBalancer GET endpoints
19-
<ul>
20-
<li>added a `transfer` envelope to NodeBalancer JSON response</li>
21-
<li>contains, `in`, `out`, and `total`</li>
22-
</ul>
23-
</li>
24-
<li>Return on-file credit card details
25-
<ul>
26-
<li>adds credit card envelope for `last_four` and `expiry` to GET /account</li>
27-
</ul>
28-
</li>
29-
<li>Added filesystem_path to Volume responses</li>
30-
</ul>
31-
<b>Bugfixes:</b>
32-
<ul>
33-
<li>Fix filtering GET /account/events - filtering on created/id</li>
34-
<li>Fixed 500 on networking endpoints for linodes without ipv6</li>
35-
</ul>
14+
<h2>2018-04-19</h2>
15+
<hr /><br />
16+
<b>Features:</b>
17+
<ul>
18+
<li>Adds transfer to NodeBalancer GET endpoints
19+
<ul>
20+
<li>added a `transfer` envelope to NodeBalancer JSON response</li>
21+
<li>contains, `in`, `out`, and `total`</li>
22+
</ul>
23+
</li>
24+
<li>Return on-file credit card details
25+
<ul>
26+
<li>adds credit card envelope for `last_four` and `expiry` to GET /account</li>
27+
</ul>
28+
</li>
29+
<li>Added filesystem_path to Volume responses</li>
30+
</ul>
31+
<b>Bugfixes:</b>
32+
<ul>
33+
<li>Fix filtering GET /account/events - filtering on created/id</li>
34+
<li>Fixed 500 on networking endpoints for linodes without ipv6</li>
35+
</ul>
3636
</section>
37-
<section>
37+
<section>
3838
<h2>2018-04-02</h2>
3939
<hr /><br />
4040
<b>Breaking:</b><br />

0 commit comments

Comments
 (0)