Add CHANGELOG entry about public interface refactor

This commit is contained in:
Fabio Berger 2018-08-13 18:20:45 -07:00
parent 3a086cae1a
commit c320c8742e

View File

@ -1,4 +1,13 @@
[
{
"version": "1.0.1-rc.4",
"changes": [
{
"note":
"Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher`"
}
]
},
{
"version": "1.0.1-rc.3",
"changes": [