Skip to content

Commit eb58efd

Browse files
committed
Update Changelogs “4-59-2-2020-03-10”
1 parent d50df57 commit eb58efd

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

src/content/changelog/4-59-2-2020-03-10.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,44 @@ changelog:
66
- API
77
---
88
<!-- API changelog requirements - delete this before merging -->
9-
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
10-
- Replace all instances of 2019-01-01 with the production release date for the API.
11-
- All items in the changelog should mention which endpoints are affected.
12-
- For changes and bugfixes, describe the previous behavior AND the new behavior.
9+
10+
* Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
11+
* Replace all instances of 2019-01-01 with the production release date for the API.
12+
* All items in the changelog should mention which endpoints are affected.
13+
* For changes and bugfixes, describe the previous behavior AND the new behavior.
1314

1415
<!-- Where to put things - delete this before merging -->
16+
1517
Some heuristics for which heading to put API reference updates under:
1618

17-
*Added*
18-
- New endpoints.
19-
- New fields in the request or a response of an existing endpoint.
19+
_Added_
20+
21+
* New endpoints.
22+
* New fields in the request or a response of an existing endpoint.
23+
24+
_Changed_
2025

21-
*Changed*
22-
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
26+
* Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
2327

24-
*Fixes*
25-
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
28+
_Fixes_
29+
30+
* Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
2631

2732
<!-- Sample syntax - delete this before merging -->
2833

29-
- 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`
34+
* 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`
3035

3136
<!-- Fill these sections out: -->
3237

38+
### Version Change Notes
39+
40+
The previous API release was assigned version number 4.14.1, while this release is tagged 4.59.2. This is an intentional change. Subsequent releases will continue following the [semver](https://semver.org/) versioning specification.
41+
3342
### Added
3443

44+
* Added `updated` and `created` read-only fields to DomainRecord objects.
45+
* Use the [Domain Records collection](https://developers.linode.com/api/v4/domains-domain-id-records) to review your DomainRecord objects.
46+
3547
### Changed
3648

3749
### Fixed

0 commit comments

Comments
 (0)