This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-docker.git
The following commit(s) were added to refs/heads/master by this push:
new fd103d3 Update change log. (#50)
fd103d3 is described below
commit fd103d3954c1eff4a875a7efedc20623096d04ca
Author: rodric rabbah <[email protected]>
AuthorDate: Thu Jul 5 20:27:17 2018 -0400
Update change log. (#50)
---
core/CHANGELOG.md | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 5c01f8c..8712a33 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -19,20 +19,23 @@
# Apache OpenWhisk Docker Runtime Container
+## 1.3.1
+Changes:
+ - Disallow re-initialization by default. Added environment variable to
enable re-initialization for local development.
## 1.3.0
Changes:
- - Added openssh-client
+ - Added openssh-client.
## 1.2.0
Changes:
- - Added utilties curl and wget
+ - Added utilties curl and wget.
## 1.1.0
Changes:
- - Allow input parameter larger than 128KB
- - Added perl language support
- - Added utilties jq, zip, git
+ - Allow input parameter larger than 128KB.
+ - Added perl language support.
+ - Added utilties jq, zip, git.
## 1.0.0
-Initial version
+Initial version.