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 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
The 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 )
6
18
## [ 1.0.15] - 2023-09-29
7
19
### Added
8
20
- Add new intrinsic functions
Original file line number Diff line number Diff line change
1
+ 2023-10-31 OSS Consortium <
[email protected] >
2
+
3
+ * opensource COBOL 4J v1.0.16 released.
4
+
1
5
2023-09-29 OSS Consortium <
[email protected] >
2
6
3
7
* 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 -*-
2
2
3
3
-----------------------------------------------------------------------
4
4
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
+
5
22
* opensource COBOL 4J 1.0.15
6
23
7
24
** New Features
You can’t perform that action at this time.
0 commit comments