You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/08/10 01:03:00 UTC

[openwhisk-runtime-go] branch master updated: update changelog for 1.20.0 release (#174)

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/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 319e86a  update changelog for 1.20.0 release (#174)
319e86a is described below

commit 319e86af20f0dd95fd142502a0b8df71d7604d76
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Aug 9 21:02:54 2022 -0400

    update changelog for 1.20.0 release (#174)
---
 CHANGES.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index a436d50..c015e4e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,6 +16,11 @@
 # limitations under the License.
 #
 -->
+# 1.20.0
+- Support array result include sequence action (#170)
+- Upgrade to Gradle 6 (#172)
+- Drop support for go 1.16 (#169)
+
 # 1.19.0
 - Add support for go 1.18 and go 1.17
 - Drop support for go 1.13 and go 1.15