diff --git a/CHANGELOG.md b/CHANGELOG.md index a668671a4..f1c3f4f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to the "azurefunctions" extension will be documented in this ### Fixed - Show warning message that zip deploy is a destructive action - Leverage [new app service zipdeploy](https://github.com/projectkudu/kudu/wiki/Deploying-from-a-zip-file) +### Removed +- Zip Deploy no longer runs 'npm install'. It expects a ready-to-run app ## 0.1.0 - 2017-10-19 ### Added