Skip to content

Commit 57c2208

Browse files
authored
Merge pull request #21246 from github/henrymercer/kotlin/version-range-formatting
Fix formatting of Kotlin version ranges
2 parents 6b78313 + 5f1fd57 commit 57c2208

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

java/ql/lib/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### New Features
88

9-
* Kotlin versions up to 2.3.0\ *x* are now supported.
9+
* Kotlin versions up to 2.3.0*x* are now supported.
1010

1111
### Minor Analysis Improvements
1212

@@ -98,7 +98,7 @@ No user-facing changes.
9898

9999
### New Features
100100

101-
* Kotlin versions up to 2.2.2\ *x* are now supported.
101+
* Kotlin versions up to 2.2.2*x* are now supported.
102102

103103
## 7.4.0
104104

@@ -139,7 +139,7 @@ No user-facing changes.
139139

140140
### New Features
141141

142-
* Kotlin versions up to 2.2.0\ *x* are now supported. Support for the Kotlin 1.5.x series is dropped (so the minimum Kotlin version is now 1.6.0).
142+
* Kotlin versions up to 2.2.0*x* are now supported. Support for the Kotlin 1.5.x series is dropped (so the minimum Kotlin version is now 1.6.0).
143143

144144
## 7.1.4
145145

@@ -276,7 +276,7 @@ No user-facing changes.
276276
### New Features
277277

278278
* The Java extractor and QL libraries now support Java 23.
279-
* Kotlin versions up to 2.1.0\ *x* are now supported.
279+
* Kotlin versions up to 2.1.0*x* are now supported.
280280

281281
## 4.0.0
282282

java/ql/lib/change-notes/released/4.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
### New Features
1111

1212
* The Java extractor and QL libraries now support Java 23.
13-
* Kotlin versions up to 2.1.0\ *x* are now supported.
13+
* Kotlin versions up to 2.1.0*x* are now supported.

java/ql/lib/change-notes/released/7.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### New Features
44

5-
* Kotlin versions up to 2.2.0\ *x* are now supported. Support for the Kotlin 1.5.x series is dropped (so the minimum Kotlin version is now 1.6.0).
5+
* Kotlin versions up to 2.2.0*x* are now supported. Support for the Kotlin 1.5.x series is dropped (so the minimum Kotlin version is now 1.6.0).

java/ql/lib/change-notes/released/7.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### New Features
44

5-
* Kotlin versions up to 2.2.2\ *x* are now supported.
5+
* Kotlin versions up to 2.2.2*x* are now supported.

0 commit comments

Comments
 (0)