-
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.
- Loading branch information
CI-nokia
authored and
CI-nokia
committed
Jul 24, 2020
1 parent
3b794fa
commit 0fefa9e
Showing
4 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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,50 @@ | ||
<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> | ||
<a href="RED/../../../help/index.html">RED - Robot Editor User Guide</a> > <a href="RED/../../../help/whats_new.html">What's new</a> > | ||
<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. | ||
</p></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. | ||
</p></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |