Skip to content

Commit 1a900c7

Browse files
doc: update documents
1 parent 378d342 commit 1a900c7

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.1.11] - 2025-07-24
8+
9+
### Fix
10+
11+
* Fix OPEN operation for INDEXED files. (#676)
12+
* The runtime library now correctly sets the file status to 30 when attempting to open INDEXED files with invalid or corrupted file formats.
13+
714
## [1.1.10] - 2025-06-30
815

916
### Add

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-07-24 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
2+
3+
* opensource COBOL 4J v1.1.11 released.
4+
15
2025-06-30 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
26

37
* opensource COBOL 4J v1.1.10 released.

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ NEWS - user visible changes -*- outline -*-
22

33
-----------------------------------------------------------------------
44

5+
** Bug Fixes
6+
7+
(1) Fix OPEN operation for INDEXED files. (#676)
8+
* The runtime library now correctly sets the file status to 30 when attempting to open INDEXED files with invalid or corrupted file formats.
9+
10+
-----------------------------------------------------------------------
11+
512
** New Features
613

714
(1) Add a manual for the compiler configuration file (#665)

ReleaseNote.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
### Add
1+
### Fix
22

3-
* Add a manual for the compiler configuration file (#665)
4-
* Add a built-in subroutine
5-
* C$SLEEP (#669)
6-
7-
### Miscellaneous
3+
* Fix OPEN operation for INDEXED files. (#676)
4+
* The runtime library now correctly sets the file status to 30 when attempting to open INDEXED files with invalid or corrupted file formats.
85

9-
* Improve the test coverage slightly (#667, #664)

0 commit comments

Comments
 (0)