We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3591034 commit bd51611Copy full SHA for bd51611
CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [1.1.1] - 2024-09-30
8
+
9
+### Added
10
- Implement variable length character strings (#94)
11
- For example, `01 WS-VAR PIC X(10) VARYING.`
12
ReleaseNote.md
@@ -1 +1,5 @@
1
-This is a sample release
2
3
+- Implement variable length character strings (#94)
4
+ - For example, `01 WS-VAR PIC X(10) VARYING.`
0 commit comments