aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-10-06 18:10:45 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-10-06 18:10:45 +0800
commita2cc127ea97907cd83acbd2cc49fb7892c6b11de (patch)
tree7b0f26ce35170252871034160a20a7da55f38a77
parentcfa75ed36c47a1180f338bf52c8c91544bcd8a9d (diff)
downloaddexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.tar
dexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.tar.gz
dexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.tar.bz2
dexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.tar.lz
dexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.tar.xz
dexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.tar.zst
dexon-sol-tools-a2cc127ea97907cd83acbd2cc49fb7892c6b11de.zip
Fix comments
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b6a5386a..2c160ee47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,11 @@
v0.21.0 - _TBD, 2017_
------------------------
* Complete rewrite of subscription logic (#182)
- * Subscriptions now can't return historical logs. If you want them - use `getLogsAsync`
+ * Subscriptions no longer return historical logs. If you want them - use `getLogsAsync`
* Subscriptions now use [ethereumjs-blockstream](https://github.com/ethereumjs/ethereumjs-blockstream) under the hood
- * Subscriptions now correctly handle block re-orgs (forks)
- * Subscriptions now correctly backfill logs (connection problems)
- * They don't setup filters on the underlying nodes, so you can use them with infura without a filter Subprovider
+ * Subscriptions correctly handle block re-orgs (forks)
+ * Subscriptions correctly backfill logs (connection problems)
+ * They no longer setup filters on the underlying nodes, so you can use them with infura without a filter Subprovider
* Removed `ContractEventEmitter` and added `LogEvent`
* Renamed `zeroEx.token.subscribeAsync` to `zeroEx.token.subscribe`
* Added `zeroEx.token.unsubscribe` and `zeroEx.exchange.unsubscribe`