Skip to content

Commit d579203

Browse files
committed
Edit changelog.txt with 2.0.0-RC2 release notes.
1 parent 183e7e8 commit d579203

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

changelog.txt

+15-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,28 @@ Codeprimate Elements changelog.txt
33
https://github.com/codeprimate-software/cp-elements/blob/master/changelog.txt
44

55

6+
2.0.0-RC2 - 2025-March-21
7+
-------------------------
8+
Release Codeprimate Elements 2.0.0-RC2 with support for JDK 23 and new IO classes, NoOpWriter and LoggingWriter.
9+
10+
* Built with Oracle Java (JDK) 17.0.14 2025-01-21 LTS (build 17.0.14+8-LTS-191).
11+
* Builds and supports Elements on Java 21.0.6 (JDK) 2025-01-21 LTS (build 21.0.6+8-LTS-188).
12+
* Builds and supports Elements up to Java 23.0.2 (JDK) 2025-01-21 LTS (build 23.0.2+7-58).
13+
* Creates LoggingWriter class in org.cp.elements.io package.
14+
* Creates NoOpWriter class in org.cp.elements.io package.
15+
* Fixes 44 Checkstyle warnings.
16+
* Upgrades to Codeprimate Build 2.0.0-RC1.
17+
618
2.0.0-RC1 - 2025-March-14
719
-------------------------
820
Release Codeprimate Elements 2.0.0-RC1 with new Array class and improved code quality.
921

1022
* Built with Oracle Java (JDK) 17.0.14 2025-01-21 LTS (build 17.0.14+8-LTS-191).
1123
* Builds and supports Elements up to Java 21.0.6 (JDK) 2025-01-21 LTS (build 21.0.6+8-LTS-188).
1224
* Creates Array interface in org.cp.elements.util package, inspired by Kotlin.
13-
* Cleans up 146 Checkstyle warnings.
14-
* Cleans up all but 1 PMD violation.
15-
* Cleans up 10 SpotBugs bugs.
25+
* Fixes 146 Checkstyle warnings.
26+
* Fixes all but 1 PMD violation.
27+
* Fixes 10 SpotBugs bugs.
1628
* Upgrades to DataFaker 2.4.2.
1729

1830
2.0.0-M6 - 2025-February-28

0 commit comments

Comments
 (0)