Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
- Fixed exception seen in console when selecting Tools->Library Finder... on a clean install.

=== Changed
- Improved visibility of the Search action in *Find Usages* by adding ``Search...`` on the first row of the results table.
- Changed isbinary to be internal library, instead of being dependency.


Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Likewise, the current version of wxPython, is 4.2.5, but RIDE is known to work w

`pip install -U robotframework-ride`

(3.9 <= python <= 3.14) Install current development version (**2.2.3dev4**) with:
(3.9 <= python <= 3.14) Install current development version (**2.2.3dev5**) with:

`pip install -U https://github.com/robotframework/RIDE/archive/develop.zip`

Expand Down
Loading
Loading