-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What's new section added for 0.9.5 release
Change-Id: I429d3c727c0a497be45c56a61938dca154003a82
- Loading branch information
1 parent
52df8a6
commit c2a200c
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
...Eclipse-IDE/org.robotframework.ide.eclipse.main.plugin.doc.user/help/whats_new/0_9_5.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<html> | ||
<head> | ||
<link href="PLUGINS_ROOT/org.robotframework.ide.eclipse.main.plugin.doc.user/help/style.css" rel="stylesheet" type="text/css"/> | ||
<style> | ||
table { | ||
border-collapse: collapse ; | ||
width: auto; | ||
} | ||
tr { | ||
border: 1px solid #ccc ; | ||
border-left: none; | ||
border-right: none; | ||
} | ||
th { | ||
text-align: left ; | ||
} | ||
table tbody td { | ||
border:none !important; | ||
} | ||
td:nth-child(1) { | ||
vertical-align: top; | ||
} | ||
table { | ||
border-left: none; | ||
border-right: none; | ||
} | ||
|
||
</style> | ||
</head> | ||
|
||
<body> | ||
<h2>RED 0.9.5</h2> | ||
|
||
<p>Here are some noteworthy features and fixes available in RED 0.9.5 | ||
</p> | ||
|
||
<table> | ||
<tr> | ||
<td><b>Eclipse platform</b></td> | ||
<td><p>Standalone branded RED is using eclipse 2020-06 (4.16) as platform. RED is also | ||
dropping support for eclipse Oxygen (4.7) thus making Photon (4.8) the oldest supported | ||
platform. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td><b>Robot Framework 2.x</b></td> | ||
<td><p>Support for Robot Framework 2.9 was dropped. From now only RF 3.x is supported. | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters