@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] - 2023-08-06
7+ ## [ Unreleased] - 2023-08-07
88
99### Added
1010
@@ -15,22 +15,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515### Removed
1616
1717### Fixed
18- * LogRecord.toString() changed to use platform-specific line separators.
19- * LogRecord.equals(Object): correctly handle null and other types.
20- * RecordList.equals(Object): correctly handle null and other types.
21- * Bin.contentsToString(): StringBuilder instead of iterated concat.
22- * SessionLog.moveCountToString(): StringBuilder instead of iterated concat.
23- * SessionLogFormatter: fixed potential resource leak.
24- * SessionLog: implemented readObject to properly initialize transient fields during deserialization.
25- * Set most classes to package access.
2618
2719### CI/CD
28- * Integrated SpotBugs into build process.
29- * Integrated Find Security Bugs into build process.
3020
3121### Other
3222
3323
24+ ## [ 3.1.5] - 2023-08-07
25+
26+ ### Fixed
27+ * Improvements based on SpotBugs and FindSecBugs scans:
28+ * LogRecord.toString() changed to use platform-specific line separators.
29+ * LogRecord.equals(Object): correctly handle null and other types.
30+ * RecordList.equals(Object): correctly handle null and other types.
31+ * Bin.contentsToString(): StringBuilder instead of iterated concat.
32+ * SessionLog.moveCountToString(): StringBuilder instead of iterated concat.
33+ * SessionLogFormatter: fixed potential resource leak.
34+ * SessionLog: implemented readObject to properly initialize transient fields during deserialization.
35+ * Set most classes to package access.
36+
37+ ### CI/CD
38+ * Integrated SpotBugs into build process.
39+ * Integrated FindSecBugs into build process.
40+
41+
3442## [ 3.1.4] - 2023-01-12
3543
3644### Fixed
0 commit comments