Skip to content

Commit

Permalink
update changelog for 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeofguenter committed Nov 30, 2015
1 parent 63b82fc commit 5393908
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.1.6 - 2015-11-30

### Fixed

- return extension resData even if no main resData element in response (#16)

### Added

- `DomainInfo::setAuthInfo`: add (optional) authInfo on domain info queries (thx @johnny-bit)

## 0.1.5 - 2015-05-02

### Fixed
Expand All @@ -8,9 +18,9 @@

### 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)
- `DomainCreate::setBillingContact`: set billing contact while creating domains (thx @jbarbede)
- `DomainUpdate::addBillingContact`: add billing contact while updating domains (thx @jbarbede)
- `DomainUpdate::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)

0 comments on commit 5393908

Please sign in to comment.