Skip to content

Commit 715eb3f

Browse files
Update changelog (#2239)
* Update CHANGELOG.adoc * Fix documentation line
1 parent 99b3315 commit 715eb3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
2828

2929
=== Changed
3030

31+
- Changed dependency on wx.Window on tree panel
3132
- Improved error and removal of old log files
3233
- Changed icon background to white
3334
- Made Project Tree and File Explorer panels, Plugins.
@@ -36,6 +37,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
3637

3738
=== Fixed
3839

40+
- Fixed editing cells in Grid Editor on wxPython 4.1
3941
- Fixed not saving file after deleting text in Text Editor
4042
- Fixed elements sizing on Preferences panel
4143
- Fixed tree selection, because of wrong variable name

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
<p><strong>wxPython will be updated to version 4.0.7post2</strong></p>
7373
<p><strong>wxPython version 4.1, is not recommended to be used with RIDE.</strong></p>
7474
<p><em>Linux users are advised to install first wxPython from .whl package at</em> <a class="reference external" href="https://extras.wxpython.org/wxPython4/extras/linux/gtk3/">wxPython.org</a>.</p>
75-
<!-- <p><strong>REMOVE reference to tracker if release notes contain all issues.</strong>-->
75+
<!-- <p><strong>REMOVE reference to tracker if release notes contain all issues.</strong></p>-->
7676
77-
All issues targeted for RIDE {milestone} can be found
77+
<p>All issues targeted for RIDE {milestone} can be found
7878
from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3A{milestone}">issue tracker milestone</a>.</p>
7979
<p>Questions and comments related to the release can be sent to the
8080
<a class="reference external" href="http://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list, to the <a class="reference external" href="https://forum.robotframework.org/c/tools/ride/21">RIDE topic on Robot Framework Forum</a> or to the channel #ride on

0 commit comments

Comments
 (0)