Skip to content

Commit 3d34bd1

Browse files
committed
update changelog
1 parent 2bf7458 commit 3d34bd1

File tree

1 file changed

+54
-24
lines changed

1 file changed

+54
-24
lines changed

CHANGELOG.md

Lines changed: 54 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,71 @@
11
# Changelog
22

3-
## v3.0.0-rc2 (10/04/2018)
3+
## v3.0.0-rc3 (07/06/2018)
44

55
#### Enhancements:
66

7-
- [**enhancement**] re-activate equivalency classes computing [#22](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/22)
8-
- [**enhancement**] Add a default value that should be used for swtbot tests of gemoc [#19](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/19)
9-
10-
#### Version upgrades
11-
12-
- [**bump**] Update tycho to version 1.0.0 [#13](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/13)
13-
14-
---
15-
16-
## v3.0.0-rc1 (07/12/2017)
17-
18-
#### Enhancements:
19-
20-
- [**enhancement**] Improve xdsml test suites [#18](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/18)
21-
- [**enhancement**] Improve gemoc project template wizard [#5](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/5)
7+
- [**enhancement**][**refactoring**] Avoid direct model accesses in runtime services [#42](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/42)
8+
- [**enhancement**][**refactoring**] Manage parallel steps in debuggers + refactoring [#39](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/39)
9+
- [**enhancement**][**refactoring**] [Debug/Engine] Replace MSEOccurence" with "Step" when possible [#34](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/34)
2210

2311
#### Bug Fixes:
2412

25-
- [**bug**] Fsm example fix [#2](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/2)
13+
- [**bug**] Fix timeline dimensions arrows wrongly disabled [#54](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/54)
14+
- [**bug**][**refactoring**] Patch mutable field extractor for pure k3 project + helper refactoring [#52](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/52)
15+
- [**bug**] Fix nullpointer trace constructor [#28](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/28)
2616

2717
#### Refactorings
2818

29-
- [**refactoring**] Mass rename org.gemoc -> org.eclipse.gemoc [#9](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/9)
30-
- [**refactoring**] Rename abstract dsl launch configuration delegate ui [#8](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/8)
19+
- [**refactoring**] Move creation of generic debugger in common execution engine code [#36](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/36)
20+
- [**refactoring**] Move debuggers from java engine plugins to execution framework plugins [#31](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/31)
3121

3222
#### Version upgrades
3323

34-
- [**bump**] Upgrade k3 to latest version [#15](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/15)
35-
- [**bump**] Migrate to Eclipse oxygen [#11](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/11)
36-
- [**bump**] Upgrade GEMOC version to 2.4.0.qualifier [#3](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/3)
24+
- [**bump**] Upgrade Melange to version 2018-04-11 [#37](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/37)
25+
- [**bump**] Upgrade Melange version to 2018-01-29 [#26](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/26)
3726

3827
#### Release Engineering
3928

40-
- [**releng**] Remove old releng files with ref to Eclipse Neon [#12](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/12)
41-
- [**releng**] Local full build support [#1](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/1)
29+
- [**releng**] Use Gren for release note management [#38](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/38)
30+
31+
---
32+
33+
## v3.0.0-rc2 (10/04/2018)
34+
35+
#### Enhancements:
36+
37+
- [**enhancement**] re-activate equivalency classes computing [#22](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/22)
38+
- [**enhancement**] Add a default value that should be used for swtbot tests of gemoc [#19](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/19)
39+
40+
#### Version upgrades
41+
42+
- [**bump**] Update tycho to version 1.0.0 [#13](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/13)
43+
44+
---
45+
46+
## v3.0.0-rc1 (07/12/2017)
47+
48+
#### Enhancements:
49+
50+
- [**enhancement**] Improve xdsml test suites [#18](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/18)
51+
- [**enhancement**] Improve gemoc project template wizard [#5](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/5)
52+
53+
#### Bug Fixes:
54+
55+
- [**bug**] Fsm example fix [#2](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/2)
56+
57+
#### Refactorings
58+
59+
- [**refactoring**] Mass rename org.gemoc -> org.eclipse.gemoc [#9](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/9)
60+
- [**refactoring**] Rename abstract dsl launch configuration delegate ui [#8](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/8)
61+
62+
#### Version upgrades
63+
64+
- [**bump**] Upgrade k3 to latest version [#15](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/15)
65+
- [**bump**] Migrate to Eclipse oxygen [#11](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/11)
66+
- [**bump**] Upgrade GEMOC version to 2.4.0.qualifier [#3](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/3)
67+
68+
#### Release Engineering
69+
70+
- [**releng**] Remove old releng files with ref to Eclipse Neon [#12](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/12)
71+
- [**releng**] Local full build support [#1](https://github.com/eclipse/gemoc-studio-modeldebugging/pull/1)

0 commit comments

Comments
 (0)