Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lin committed Aug 23, 2023
1 parent fd64f0b commit 7fb5964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FEATURES:

- NEW: Added `Registrar.createRegistrantChange` to start a registrant change. (dnsimple/dnsimple-node#181)
- NEW: Added `listRegistrantChanges`, `createRegistrantChange`, `checkRegistrantChange`, `getRegistrantChange`, and `deleteRegistrantChange` APIs to manage registrant changes. (dnsimple/dnsimple-node#181)

## 7.1.1

Expand Down
2 changes: 0 additions & 2 deletions lib/registrar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ export class Registrar {
return method;
})();



/**
* List registrant changes in the account.
*
Expand Down

0 comments on commit 7fb5964

Please sign in to comment.