diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2c396..0243657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/registrar.ts b/lib/registrar.ts index c1b2c67..8612792 100644 --- a/lib/registrar.ts +++ b/lib/registrar.ts @@ -594,8 +594,6 @@ export class Registrar { return method; })(); - - /** * List registrant changes in the account. *