File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ 1.0.17] - 2023-11-29
7+ ## [ 1.0.17] - 2023-11-28
88### Added
99* Implement sorting a table (#251 )
10- * Implement functions SUBSTITUTE and SUBSATITUTE -CASE (#246 )
10+ * Implement functions SUBSTITUTE and SUBSTITUTE -CASE (#246 )
1111### Changed
1212* Support JDK 11 (#249 )
13+ * Older versions are tested with JDK 17 and 1.0.17 is tested with JDK 11. JDK 8 will be supported in the future.
1314## [ 1.0.16] - 2023-10-31
1415### Added
1516* Publish libcobj.jar in GitHub Packages
Original file line number Diff line number Diff line change 1- 2023-11-
29 OSS Consortium <
[email protected] >
1+ 2023-11-
28 OSS Consortium <
[email protected] >
22
33 * opensource COBOL 4J v1.0.17 released.
44
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ NEWS - user visible changes -*- outline -*-
66
77** New Features
88 (1) Implement sorting a table
9- (2) Implement functions SUBSTITUTE and SUBSATITUTE-CASE
10-
9+ (2) Implement functions SUBSTITUTE and SUBSTITUTE-CASE
1110** Miscellaneous
1211 (1) Support JDK 11
12+ (a) Older versions are tested with JDK 17 and 1.0.17 is tested with JDK 11. JDK 8 will be supported in the future.
1313
1414-----------------------------------------------------------------------
1515
You can’t perform that action at this time.
0 commit comments