aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/CHANGELOG.md
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2018-03-15 06:30:59 +0800
committerGitHub <noreply@github.com>2018-03-15 06:30:59 +0800
commit4a27a7dc581fc6c8a3d4e212ca3712c249a5b417 (patch)
tree344bd9cb3391a7a0cfb726cc7a54f4694eabd974 /packages/deployer/CHANGELOG.md
parentaea7207b9f9865a279243889a5f9ca1638ddc739 (diff)
parent3b3d5b12bc78b13860504b9699fd5f15ae8813a1 (diff)
downloaddexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.gz
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.bz2
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.lz
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.xz
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.tar.zst
dexon-sol-tools-4a27a7dc581fc6c8a3d4e212ca3712c249a5b417.zip
Merge pull request #452 from 0xProject/feature/utils/console-log
Consolidate all console.log utils into @0xproject/utils
Diffstat (limited to 'packages/deployer/CHANGELOG.md')
-rw-r--r--packages/deployer/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deployer/CHANGELOG.md b/packages/deployer/CHANGELOG.md
index 4b4fd76c7..68134b14f 100644
--- a/packages/deployer/CHANGELOG.md
+++ b/packages/deployer/CHANGELOG.md
@@ -10,6 +10,7 @@
* Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts (#426)
* Remove 0x-specific `migrate` command (#426)
* Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core (#426)
+ * Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
## v0.2.0 - _March 4, 2018_