This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 93cb2aa Update changelog before release
93cb2aa is described below
commit 93cb2aa314df3311adacc9babfead8762e733090
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Mar 18 10:21:11 2022 +0100
Update changelog before release
---
gogo/runtime/doc/changelog.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gogo/runtime/doc/changelog.txt b/gogo/runtime/doc/changelog.txt
index b351261..0504f78 100644
--- a/gogo/runtime/doc/changelog.txt
+++ b/gogo/runtime/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.1.4 to 1.1.6
+---------------------------
+Bug
+ [FELIX-6509] - Evaluation of subshell String results are wrong on Windows
+
+
Changes from 1.1.2 to 1.1.4
---------------------------
Improvement