Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.2.0 - 2017-04-01

### Added

- `Client` configurable buffer chunk size (thx @nidzho)
- `Frame/Hello` proper hello frame implementation (thx @bgentil)
- php7.1 support

### Fixed

- travis
- autoloader / phpunit

## 0.1.7 - 2016-07-17

### Added
Expand Down Expand Up @@ -29,4 +42,4 @@
- `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)
- NicMX Extension (thx @jbarbede)