From 0bca235f6bf5992303e9c6e721b7d7df489ec15d Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Thu, 18 Jul 2019 19:43:20 -0300 Subject: [PATCH] Update changelogs --- packages/cli/changelog.md | 4 +++- packages/lib/changelog.md | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/cli/changelog.md b/packages/cli/changelog.md index 8d2dbe02e..cb2964f9f 100644 --- a/packages/cli/changelog.md +++ b/packages/cli/changelog.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## v2.4.2 - 2019-07-18 ### Fixed +- The `-f` flag was used for specifying the `--from` option in several commands, and at the same time for setting the `--force` toggle in `push` and `set-admin`; now it is only used for `--from`, and `--force` only accepts the long form. ([#1123](https://github.com/zeppelinos/zos/pull/1123)) (thanks @pcowgill for the report!) - Preserve truffle deployment info stored in contract artifacts when compiling. ([#1100](https://github.com/zeppelinos/zos/pull/1100)) -- Linked EVM packages lookup works properly when dependencies are hoisted. ([#1110](https://github.com/zeppelinos/zos/pull/1110)) +- Linked EVM packages lookup works properly when dependencies are hoisted. ([#1110](https://github.com/zeppelinos/zos/pull/1110)) (thanks @PaulRBerg for the report!) - Do not throw an error if the `contracts` local folder is missing. ([#1107](https://github.com/zeppelinos/zos/pull/1107)) - Properly detect when an Ethereum Package is on an older version for pushing it to the local network for development. ([#1119](https://github.com/zeppelinos/zos/pull/1119)) +- Store proxy admin address for the first proxy created in a network. ([#1124](https://github.com/zeppelinos/zos/pull/1124)) ## v2.4.1 - 2019-07-02 diff --git a/packages/lib/changelog.md b/packages/lib/changelog.md index b4667d97c..6564f077c 100644 --- a/packages/lib/changelog.md +++ b/packages/lib/changelog.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## v2.4.2 - 2019-07-18 ### Fixed -- Contracts lookup from dependencies works properly when dependencies are hoisted. ([#1110](https://github.com/zeppelinos/zos/pull/1110)) -- Fixed errors from logger that occured in verbose mode only when uploading solidity libraries or upgrading instances. ([#1112](https://github.com/zeppelinos/zos/pull/1112)) -- Add explicit dependency on `web3-utils`, that could cause issues when checksumming addresses. ([#1114](https://github.com/zeppelinos/zos/pull/1114)) +- Contracts lookup from dependencies works properly when dependencies are hoisted. ([#1110](https://github.com/zeppelinos/zos/pull/1110)) (thanks @PaulRBerg for the report!) +- Fixed errors from logger that occured in verbose mode only when uploading solidity libraries or upgrading instances. ([#1112](https://github.com/zeppelinos/zos/pull/1112)) (thanks @hickscorp for the report!) +- Add explicit dependency on `web3-utils`, that could cause issues when checksumming addresses. ([#1114](https://github.com/zeppelinos/zos/pull/1114)) (thanks @chentschel for the report!) ## v2.4.0 - 2019-06-24