Update CHANGELOGs

This commit is contained in:
Leonid Logvinov
2017-12-20 16:40:19 +01:00
parent 5d4078bcf4
commit 6636a0861d
4 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# CHANGELOG
v0.x.x - _TBD, 2017_
v0.28.0 - _December 20, 2017_
------------------------
* Add `etherTokenAddress` arg to `depositAsync` and `withdrawAsync` methods on `zeroEx.etherToken` (#267)
* Removed accidentally included `unsubscribeAll` method from `zeroEx.proxy`, `zeroEx.etherToken` and `zeroEx.tokenRegistry` (#267)

View File

@@ -1,9 +1,9 @@
# CHANGELOG
v0.x.x - _TBD, 2017_
v0.7.0 - _December 20, 2017_
------------------------
* Rename `subscriptionOptsSchema` to `blockRangeSchema` (#272)
v0.6.7 - _Nov. 14, 2017_
v0.6.7 - _November 14, 2017_
------------------------
* Re-publish JSON-schema previously published under NPM package 0x-json-schemas

View File

@@ -1,5 +1,5 @@
# CHANGELOG
v0.x.x - _TBD, 2017_
v0.2.0 - _December 20, 2017_
------------------------
* Improve the performance of address fetching (#271)

View File

@@ -1,5 +1,9 @@
# CHANGELOG
v0.3.0 - _December 20, 2017_
------------------------
* Added rules for unused imports, variables and Async suffixes (#265)
v0.1.0 - _Nov. 14, 2017_
------------------------
* Re-published TsLintConfig previously published under NPM package `tslint-config-0xproject`