-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1151 from Cyb3r-Jak3/dns-comments-tags
Support for DNS comments and tags
- Loading branch information
Showing
8 changed files
with
341 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
```release-note:enhancement | ||
dns: add support for tags and comments | ||
``` | ||
|
||
```release-note:breaking-change | ||
dns: method signatures have been updated to align with the upcoming client conventions | ||
``` | ||
|
||
```release-note:breaking-change | ||
dns: `DNSRecords` has been renamed to `ListDNSRecords` | ||
``` | ||
|
||
```release-note:breaking-change | ||
dns: `DNSRecord` has been renamed to `GetDNSRecord` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.