From 3b2d9c0c5f90bff6e389ff63dc8757ddbea1c546 Mon Sep 17 00:00:00 2001 From: Andrea Law Date: Mon, 15 Jul 2019 19:15:37 +0900 Subject: [PATCH] Update README --- packages/dai/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/dai/README.md b/packages/dai/README.md index 4bc5395fc..c93d80c02 100644 --- a/packages/dai/README.md +++ b/packages/dai/README.md @@ -106,6 +106,14 @@ If you have deployed contract code changes to the testchain, run `scripts/instal - `yarn test:mainnet` - run integration tests on mainnet - `yarn test:integration` - run integration tests on Ganache +## Changelog + +### 0.17.0 + +- **BREAKING CHANGE**: Importing a file directly from the package must now be done by +prefixing the path with `dist`. E.g. `/contracts/addresses/kovan.json` now becomes +`/dist/contract/addresses/kovan.json`. + ## License **Dai.js** is available under the MIT license included with the code.