-
Notifications
You must be signed in to change notification settings - Fork 69
Added changelog for 2018-03-14 release #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<ul> | ||
<li>PUT /networking/ips/:address now returns the modified v6 address</li> | ||
<li>PUT /linode/instances/:id/ips/:address now returns the modified v6 address</li> | ||
<li>Nothing has changed for these endpoints when :address is a v4 addressa</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
address - remove the a at the end
</ul> | ||
<b>Features:</b><br /> | ||
<ul> | ||
<li>Add support for refresh tokens |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're going to say "Removed" in the first list element, you should change this to Added.
Not a huge deal; just my nitpicking.
<ul> | ||
<li>Removed POST /profile/password</li> | ||
<li>Removed POST /account/users/:username/password</li> | ||
<li>To change your password, use the provided password reset features</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know what you need to do here 😉
<li>Add support for refresh tokens | ||
<ul> | ||
<li>Apps with an activce refresh token are returned in GET /profile/apps</li> | ||
<li>Revoking an apps access to your account expires any refresh tokens it has</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app's or application's
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apps?
17908e9
to
4623c1b
Compare
Adding filter to apply absolute link to og image tags
Mobile UX improvement
No description provided.