File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 33All 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/ ) .
6+ ## [ 1.0.16] - 2023-10-31
7+ ## Added
8+ * Publish libcobj.jar in GitHub Packages
9+ * Implement intrinsic functions
10+ * ORD-MAX (#228 )
11+ * ORD-MIN (#228 )
12+ * SECONDS-FROM-FORMATTED-TIME (#231 )
13+ * SIGN (#231 )
14+ * STORED-CHAR-LENGTH (#231 )
15+ * TRIM (#244 )
16+ ## Fixed
17+ * Fix ` DECIMAL POINT IS COMMA ` in ` SPECIAL NAMES ` clause. (#233 )
618## [ 1.0.15] - 2023-09-29
719### Added
820- Add new intrinsic functions
Original file line number Diff line number Diff line change 1+ 2023-10-31 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
2+
3+ * opensource COBOL 4J v1.0.16 released.
4+
152023-09-29 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
26
37 * opensource COBOL 4J v1.0.15 released.
Original file line number Diff line number Diff line change @@ -2,6 +2,23 @@ NEWS - user visible changes -*- outline -*-
22
33-----------------------------------------------------------------------
44
5+ * opensource COBOL 4J 1.0.16
6+
7+ ** New Features
8+ (1) Publish libcobj.jar in GitHub Packages
9+ (2) Implement intrinsic functions
10+ (a) ORD-MAX
11+ (b) ORD-MIN
12+ (c) SECONDS-FROM-FORMATTED-TIME
13+ (d) SIGN
14+ (e) STORED-CHAR-LENGTH
15+ (f) TRIM
16+
17+ ** Bug fixes Fixed
18+ (1) Fix `DECIMAL POINT IS COMMA` in `SPECIAL NAMES` clause.
19+
20+ -----------------------------------------------------------------------
21+
522* opensource COBOL 4J 1.0.15
623
724** New Features
You can’t perform that action at this time.
0 commit comments