Skip to content

Commit aeb6543

Browse files
Add changelog for API release 4.61.0
1 parent dc02897 commit aeb6543

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: '4.61.0: 2020-04-06'
3+
date: 2020-04-06T04:00:00.000Z
4+
version: 4.61.0
5+
changelog:
6+
- API
7+
---
8+
9+
<!-- API changelog requirements - delete this before merging -->- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.- Replace all instances of 2019-01-01 with the production release date for the API.- All items in the changelog should mention which endpoints are affected.- For changes and bugfixes, describe the previous behavior AND the new behavior.
10+
<!-- Where to put things - delete this before merging -->Some heuristics for which heading to put API reference updates under:
11+
*Added*- New endpoints.- New fields in the request or a response of an existing endpoint.
12+
*Changed*- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
13+
*Fixes*- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
14+
<!-- Sample syntax - delete this before merging -->
15+
- References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4/{endpoint}/{#endpointVariable})) endpoint` *Example*: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/v4/linode-instances-linode-id-clone/#post)) endpoint`
16+
<!-- Fill these sections out: -->
17+
18+
### Added
19+
### Changed
20+
### Fixed

0 commit comments

Comments
 (0)