Skip to content

Commit 57b2741

Browse files
Updated release notes
1 parent 2c680b2 commit 57b2741

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/release_notes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Minor Changes
1414

1515
- ``zos_copy``
1616

17-
- Adds ``large`` as a choice for ``type`` in ``dest_data_set``. - Adds logging of Jinja rendered template content when `use_template` is true and verbosity level `-vvv` is used.
17+
- Adds ``large`` as a choice for ``type`` in ``dest_data_set``.
18+
- Adds logging of Jinja rendered template content when `use_template` is true and verbosity level `-vvv` is used.
1819
- Adds support for copying in asynchronous mode inside playbooks.
1920
- Removes the need to allow READ access to MVS.MCSOPER.ZOAU to execute the module by changing how the module checks if a data set is locked.
2021

@@ -72,6 +73,11 @@ Availability
7273
* `Galaxy`_
7374
* `GitHub`_
7475

76+
Known Issues
77+
------------
78+
- ``zos_copy`` - Copying from a sequential data set that is in use will result in a false positive and destination data set will be empty. The same is true when ``type=gdg`` and source GDS is a sequential data set in use.
79+
80+
7581

7682
Version 1.13.0
7783
==============

0 commit comments

Comments
 (0)