Skip to content

Commit 5393908

Browse files
committed
update changelog for 0.1.6 release
1 parent 63b82fc commit 5393908

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.1.6 - 2015-11-30
4+
5+
### Fixed
6+
7+
- return extension resData even if no main resData element in response (#16)
8+
9+
### Added
10+
11+
- `DomainInfo::setAuthInfo`: add (optional) authInfo on domain info queries (thx @johnny-bit)
12+
313
## 0.1.5 - 2015-05-02
414

515
### Fixed
@@ -8,9 +18,9 @@
818

919
### Added
1020

11-
- `Domain::setBillingContact`: set billing contact while creating domains (thx @jbarbede)
12-
- `Domain::addBillingContact`: add billing contact while updating domains (thx @jbarbede)
13-
- `Domain::removeBillingContact`: remove billing contact while updating domains (thx @jbarbede)
21+
- `DomainCreate::setBillingContact`: set billing contact while creating domains (thx @jbarbede)
22+
- `DomainUpdate::addBillingContact`: add billing contact while updating domains (thx @jbarbede)
23+
- `DomainUpdate::removeBillingContact`: remove billing contact while updating domains (thx @jbarbede)
1424
- `Client::login`: add ability to passthrough svcExtensions via Client config (thx @jbarbede)
1525
- `Transfer`: add query type operation
1626
- NicMX Extension (thx @jbarbede)

0 commit comments

Comments
 (0)