Skip to content

Commit

Permalink
What's new section added for 0.9.5 release
Browse files Browse the repository at this point in the history
Change-Id: I429d3c727c0a497be45c56a61938dca154003a82
  • Loading branch information
michalanglart committed Jul 24, 2020
1 parent 52df8a6 commit c2a200c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
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>
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@
</topic>
<topic href="help/whats_new/0_9_4.html" label="RED 0.9.4">
</topic>
<topic href="help/whats_new/0_9_5.html" label="RED 0.9.5">
</topic>
</topic>
</toc>

0 comments on commit c2a200c

Please sign in to comment.