-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gunter Grodotzki
committed
May 2, 2015
1 parent
a2efd2e
commit 5761c64
Showing
1 changed file
with
16 additions
and
0 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,16 @@ | ||
# Changelog | ||
|
||
## 0.1.5 - 2015-05-02 | ||
|
||
### Fixed | ||
|
||
- some minor logical fixes and typos | ||
|
||
### Added | ||
|
||
- `Domain::setBillingContact`: set billing contact while creating domains (thx @jbarbede) | ||
- `Domain::addBillingContact`: add billing contact while updating domains (thx @jbarbede) | ||
- `Domain::removeBillingContact`: remove billing contact while updating domains (thx @jbarbede) | ||
- `Client::login`: add ability to passthrough svcExtensions via Client config (thx @jbarbede) | ||
- `Transfer`: add query type operation | ||
- NicMX Extension (thx @jbarbede) |