Skip to content

Commit 9945edd

Browse files
[Doc]: update CHANGELOG.md, ChangeLog and NEWS
1 parent f5ccb9f commit 9945edd

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The 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.
14+
* Plan to support JDK 8 in the future.
1315
## [1.0.16] - 2023-10-31
1416
### Added
1517
* Publish libcobj.jar in GitHub Packages

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ 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.
13+
(b) Plan to support JDK 8 in the future.
1314

1415
-----------------------------------------------------------------------
1516

0 commit comments

Comments
 (0)