From d9e58bd50e715216acf820bea757b5ebf97a3075 Mon Sep 17 00:00:00 2001 From: Didier Vojtisek Date: Mon, 29 Jul 2019 13:40:56 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9c3bea..8794aa83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # Changelog +## v3.1.0 (29/07/2019) + +#### Enhancements: + +- [**enhancement**] Improve messaging system startup [#157](https://github.com/eclipse/gemoc-studio/pull/157) +- [**enhancement**] Increase swtbot test timeout [#158](https://github.com/eclipse/gemoc-studio/pull/158) +- [**enhancement**] Improve Sirius wizard for Gemoc [#156](https://github.com/eclipse/gemoc-studio/pull/156) +- [**enhancement**] Add concurrent engine to studio [#148](https://github.com/eclipse/gemoc-studio/pull/148) +- [**enhancement**] Improve Variable and Debug views [#143](https://github.com/eclipse/gemoc-studio/pull/143) +- [**enhancement**] Add command line Eclipse application to run GEMOC languages and headless product [#138](https://github.com/eclipse/gemoc-studio/pull/138) +- [**enhancement**] Integrate ALE interpreted engine in GEMOC Studio build [#126](https://github.com/eclipse/gemoc-studio/pull/126) +- [**enhancement**][**refactoring**] Move dsl default location to project root [#124](https://github.com/eclipse/gemoc-studio/pull/124) +- [**enhancement**] Add pre-release version of ecoretools epackage registration [#118](https://github.com/eclipse/gemoc-studio/pull/118) +- [**enhancement**] Add new K3FSM official example [#81](https://github.com/eclipse/gemoc-studio/pull/81) +- [**enhancement**] Improve documentation [#74](https://github.com/eclipse/gemoc-studio/pull/74) +- [**enhancement**] Add syntax highlighting to DSL files [#78](https://github.com/eclipse/gemoc-studio/pull/78) +- [**enhancement**] Add dockerfile and instructions for building documentation via docker [#76](https://github.com/eclipse/gemoc-studio/pull/76) +- [**enhancement**][**refactoring**][**releng**] Improve web documentation [#72](https://github.com/eclipse/gemoc-studio/pull/72) + +#### Bug Fixes: + +- [**bug**] Add a base test for modeldebugging bug #66 [#106](https://github.com/eclipse/gemoc-studio/pull/106) +- [**bug**] Fix error level in activator logger [#141](https://github.com/eclipse/gemoc-studio/pull/141) +- [**bug**] Fixes K3FSM example [#89](https://github.com/eclipse/gemoc-studio/pull/89) +- [**bug**] Change start option for java9 and gtk3 support [#69](https://github.com/eclipse/gemoc-studio/pull/69) + +#### Refactorings + +- [**documentation**][**refactoring**] Rename LegacyFSM example to MelangeK3FSM [#136](https://github.com/eclipse/gemoc-studio/pull/136) + +#### Version upgrades + +- [**bump**] Bump ALE version to 2019-06-24 [#166](https://github.com/eclipse/gemoc-studio/pull/166) +- [**bump**] Bump to Eclipse Photon [#117](https://github.com/eclipse/gemoc-studio/pull/117) +- [**bump**] Bump to latest k3/melange version [#102](https://github.com/eclipse/gemoc-studio/pull/102) +- [**bump**] Bump components and studio versions [#101](https://github.com/eclipse/gemoc-studio/pull/101) +- [**bump**] Update Melange to version 2018-06-04 [#80](https://github.com/eclipse/gemoc-studio/pull/80) + +#### Release Engineering + +- [**releng**] Added GEMOC model icon using official colors to artwork folder [#149](https://github.com/eclipse/gemoc-studio/pull/149) +- [**releng**] Add gexpressions to studio/updatesite and restructure update site [#165](https://github.com/eclipse/gemoc-studio/pull/165) +- [**releng**] Use url for discovery that is unique for gemoc 3.1.x [#162](https://github.com/eclipse/gemoc-studio/pull/162) +- [**releng**] Update icons to official branding colors [#160](https://github.com/eclipse/gemoc-studio/pull/160) +- [**releng**] Remove the jenkinsfile from the component repositories [#154](https://github.com/eclipse/gemoc-studio/pull/154) +- [**documentation**][**releng**] Re-enable plantuml figures in documentation [#153](https://github.com/eclipse/gemoc-studio/pull/153) +- [**releng**] Remove 32 bit versions of the studio [#145](https://github.com/eclipse/gemoc-studio/pull/145) +- [**releng**] Fix docker file for pomless builds [#134](https://github.com/eclipse/gemoc-studio/pull/134) +- [**releng**] Correct css for nightly build download index page [#129](https://github.com/eclipse/gemoc-studio/pull/129) +- [**releng**] Fix xtend compilation issue 1373 [#132](https://github.com/eclipse/gemoc-studio/pull/132) +- [**releng**] New system test suite based on official example K3FSM (language and modeling) [#104](https://github.com/eclipse/gemoc-studio/pull/104) +- [**releng**] Show summary of checked out branches in multibranch pipeline [#92](https://github.com/eclipse/gemoc-studio/pull/92) + +--- + ## v3.1.0-20190627 (27/06/2019) #### Enhancements: