You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/08/14 20:23:52 UTC

[incubator-openwhisk-runtime-java] branch master updated: Update changelog to pick up run handler updates (#68)

This is an automated email from the ASF dual-hosted git repository.

japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new da68e65  Update changelog to pick up run handler updates (#68)
da68e65 is described below

commit da68e65fd4783393de107229f3d81c7d8a4388dd
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Tue Aug 14 16:23:50 2018 -0400

    Update changelog to pick up run handler updates (#68)
---
 core/java8/CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index c7da0a1..5dfb31b 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -20,6 +20,10 @@
 # Java 8 OpenWhisk Runtime Container
 
 
+## 1.1.2
+Changes:
+-  Update run handler to accept more environment variables [#67](https://github.com/apache/incubator-openwhisk-runtime-java/pull/67)
+
 ## 1.1.1
 Changes:
 - Adds log markers.