We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891896f commit fd103d3Copy full SHA for fd103d3
1 file changed
core/CHANGELOG.md
@@ -19,20 +19,23 @@
19
20
# Apache OpenWhisk Docker Runtime Container
21
22
+## 1.3.1
23
+Changes:
24
+ - Disallow re-initialization by default. Added environment variable to enable re-initialization for local development.
25
26
## 1.3.0
27
Changes:
- - Added openssh-client
28
+ - Added openssh-client.
29
30
## 1.2.0
31
- - Added utilties curl and wget
32
+ - Added utilties curl and wget.
33
34
## 1.1.0
35
- - Allow input parameter larger than 128KB
- - Added perl language support
- - Added utilties jq, zip, git
36
+ - Allow input parameter larger than 128KB.
37
+ - Added perl language support.
38
+ - Added utilties jq, zip, git.
39
40
## 1.0.0
-Initial version
41
+Initial version.
0 commit comments