Skip to content

Commit f796179

Browse files
[Update]: update CHANGELOG.md, ChangeLog and NEWS
1 parent 1cd5b76 commit f796179

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
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/).
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

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-10-31 OSS Consortium <[email protected]>
2+
3+
* opensource COBOL 4J v1.0.16 released.
4+
15
2023-09-29 OSS Consortium <[email protected]>
26

37
* opensource COBOL 4J v1.0.15 released.

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)