@@ -3,16 +3,28 @@ Codeprimate Elements changelog.txt
3
3
https://github.com/codeprimate-software/cp-elements/blob/master/changelog.txt
4
4
5
5
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
+
6
18
2.0.0-RC1 - 2025-March-14
7
19
-------------------------
8
20
Release Codeprimate Elements 2.0.0-RC1 with new Array class and improved code quality.
9
21
10
22
* Built with Oracle Java (JDK) 17.0.14 2025-01-21 LTS (build 17.0.14+8-LTS-191).
11
23
* Builds and supports Elements up to Java 21.0.6 (JDK) 2025-01-21 LTS (build 21.0.6+8-LTS-188).
12
24
* 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.
16
28
* Upgrades to DataFaker 2.4.2.
17
29
18
30
2.0.0-M6 - 2025-February-28
0 commit comments