Skip to content

Commit 8f9332a

Browse files
committed
Fix formatting for list
1 parent c06466a commit 8f9332a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/release/README-1.9.23.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ found here:
2222

2323
AspectJ 1.9.23 supports https://openjdk.java.net/projects/jdk/23/[Java 23], its final and preview features:
2424

25-
455: Primitive Types in Patterns, instanceof, and switch (Preview)
26-
466: Class-File API (Second Preview)
27-
467: Markdown Documentation Comments
28-
469: Vector API (Eighth Incubator)
29-
473: Stream Gatherers (Second Preview)
30-
471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
31-
474: ZGC: Generational Mode by Default
32-
476: Module Import Declarations (Preview)
33-
477: Implicitly Declared Classes and Instance Main Methods (Third Preview)
34-
480: Structured Concurrency (Third Preview)
35-
481: Scoped Values (Third Preview)
36-
482: Flexible Constructor Bodies (Second Preview)
25+
* 455: Primitive Types in Patterns, instanceof, and switch (Preview)
26+
* 466: Class-File API (Second Preview)
27+
* 467: Markdown Documentation Comments
28+
* 469: Vector API (Eighth Incubator)
29+
* 473: Stream Gatherers (Second Preview)
30+
* 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
31+
* 474: ZGC: Generational Mode by Default
32+
* 476: Module Import Declarations (Preview)
33+
* 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)
34+
* 480: Structured Concurrency (Third Preview)
35+
* 481: Scoped Values (Third Preview)
36+
* 482: Flexible Constructor Bodies (Second Preview)
3737

3838
Some of these are API/JVM only so don't affect the compiler and should just work on Java 23 runtimes.
3939

0 commit comments

Comments
 (0)