Skip to content

Commit 6557467

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

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ 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. JDK 8 will be supported in the future.
1314
## [1.0.16] - 2023-10-31
1415
### Added
1516
* 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)