Skip to content

Commit f57ada2

Browse files
committed
Updated changelog date, added missing entry
1 parent dd619cd commit f57ada2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Authentication() {
1515
</p>
1616
</section>
1717
<section>
18-
<h2>2018-02-21</h2>
18+
<h2>2018-02-25</h2>
1919
<hr /><br />
2020
<b>Breaking:</b><br />
2121
<ul>
@@ -26,6 +26,7 @@ export default function Authentication() {
2626
<li>Added "region" to IPv6 object</li>
2727
</ul>
2828
</li>
29+
<li>Removed GET /networking/ipv4</li>
2930
<li>Separated /networking/ipv6 into /pools and /ranges
3031
<ul>
3132
<li>Added GET /networking/ipv6/pools</li>
@@ -83,6 +84,11 @@ export default function Authentication() {
8384
</ul>
8485
<b>Features:</b><br />
8586
<ul>
87+
<li>Added GET /networking/ips
88+
<ul>
89+
<li>Returns all ipv4 and ipv6 addresses on your account</li>
90+
</ul>
91+
</li>
8692
<li>Added support for short region slugs
8793
<ul>
8894
<li>Omitting the suffix of a region slug picks a default</li>

0 commit comments

Comments
 (0)