Merge pull request #21246 from github/henrymercer/kotlin/version-range-formatting

Fix formatting of Kotlin version ranges
This commit is contained in:
Henry Mercer
2026-02-02 04:30:52 -08:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
### New Features
* Kotlin versions up to 2.3.0\ *x* are now supported.
* Kotlin versions up to 2.3.0*x* are now supported.
### Minor Analysis Improvements
@@ -98,7 +98,7 @@ No user-facing changes.
### New Features
* Kotlin versions up to 2.2.2\ *x* are now supported.
* Kotlin versions up to 2.2.2*x* are now supported.
## 7.4.0
@@ -139,7 +139,7 @@ No user-facing changes.
### New Features
* 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).
* 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).
## 7.1.4
@@ -276,7 +276,7 @@ No user-facing changes.
### New Features
* The Java extractor and QL libraries now support Java 23.
* Kotlin versions up to 2.1.0\ *x* are now supported.
* Kotlin versions up to 2.1.0*x* are now supported.
## 4.0.0

View File

@@ -10,4 +10,4 @@
### New Features
* The Java extractor and QL libraries now support Java 23.
* Kotlin versions up to 2.1.0\ *x* are now supported.
* Kotlin versions up to 2.1.0*x* are now supported.

View File

@@ -2,4 +2,4 @@
### New Features
* 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).
* 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).

View File

@@ -2,4 +2,4 @@
### New Features
* Kotlin versions up to 2.2.2\ *x* are now supported.
* Kotlin versions up to 2.2.2*x* are now supported.