Updated CHANGELOGs

This commit is contained in:
Brandon Millman
2018-02-16 09:49:02 -07:00
parent 03d3d84db3
commit d12352972e
5 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
# CHANGELOG
## v0.6.0 - _TBD, 2018_
## v0.6.0 - _February 16, 2018_
* Add pagination options to HttpClient methods (#393)
* Add heartbeat configuration to WebSocketOrderbookChannel constructor (#393)
* Add heartbeat configuration to WebSocketOrderbookChannel constructor (#406)
## v0.5.7 - _February 9, 2018_

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.0.10 - _??_
## v0.1.0 - _February 16, 2018_
* Add the ability to pass in specific contracts to compile in CLI (#400)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.1.0 - _TBD, 2018_
## v0.1.0 - _February 16, 2018_
* Remove subproviders (#392)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.5.0 - _TBD, 2018_
## v0.5.0 - _February 16, 2018_
* Add EmptyWalletSubprovider and FakeGasEstimateSubprovider (#392)

View File

@@ -1,11 +1,11 @@
# CHANGELOG
## v0.9.11 - _TBD, 2018_
## v0.9.11 - _February 16, 2018_
* Fix `web3.net.peerCount` to be of type number instead of boolean (#397)
* Fix `web3.net.peerCount` to be of type number instead of boolean (#397)
## v0.9.3 - _January 11, 2018_
* Fix `getTransactionReceipt` not returning null (#338)
* Add type for getData on a contract
* Fixed the `defaultAccount` not allowing for `undefined` value (#320)
* Fix `getTransactionReceipt` not returning null (#338)
* Add type for getData on a contract
* Fixed the `defaultAccount` not allowing for `undefined` value (#320)