Skip to content

Commit 3b69b3c

Browse files
Merge branch 'develop' into develop
2 parents af78296 + 2814a28 commit 3b69b3c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.adoc

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

99
== https://github.com/robotframework/RIDE[Unreleased]
1010

11+
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.1.rst[2.1.1] - 2024-11-14
12+
1113
=== Fixed
1214

1315
- Fixed no recognition of keywords with embedded arguments and full name. Issue #1106 from 12 Sep 2012.

src/robotide/application/releasenotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def set_content(self, html_win, content):
125125
milestone = re.split('[ab-]', VERSION)[0]
126126

127127
WELCOME_TEXT = f"""
128-
<h2>Welcome to use RIDE <b>DEVELOPMENT</b> version {version}</h2>
128+
<h2>Welcome to use RIDE version {version}</h2>
129129
130130
<p>Thank you for using the <a href="https://robotframework.org/">Robot Framework</a> IDE (RIDE).</p>
131131

0 commit comments

Comments
 (0)