You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
<!-- markdownlint-disable MD024 -->
2
2
# Corese Changelog
3
3
4
+
## Version 4.6.2 - 2025-08-01
5
+
6
+
### Changed
7
+
8
+
- Remove `module-info.java` from the `corese-command` module to avoid issues with Java 21 and later versions. This file is not needed for command-line applications and its removal simplifies the build process.
9
+
- Update JDK version to 21 in GitHub workflows.
10
+
- Update Corese-Core dependency to version `4.6.4`.
11
+
- Update error messages for clarity and consistency.
12
+
13
+
### Fixed
14
+
15
+
- Fixed bugs in installation scripts for Linux, macOS, and Windows.
0 commit comments