Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jun 29, 2023
1 parent a4bc12b commit b2d5b3a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ issue which could cause jobs to fail if this variable became too long.

### Enhancements

[#5605](https://github.com/cylc/cylc-flow/pull/5605) - A shorthand for defining
a list of strings - Before: `cylc command -s "X=['a', 'bc', 'd']"` - After:
`cylc command -z X=a,bc,d`.
-[#5605](https://github.com/cylc/cylc-flow/pull/5605) - A shorthand for defining
-a list of strings - Before: `cylc command -s "X=['a', 'bc', 'd']"` - After:
-`cylc command -z X=a,bc,d`.

[#5405](https://github.com/cylc/cylc-flow/pull/5405) - Improve scan command
help, and add scheduler PID to the output.
Expand Down Expand Up @@ -63,6 +63,10 @@ enhancements to `cylc lint`:

### Fixes

[#5604](https://github.com/cylc/cylc-flow/pull/5604) -
Fix a possible issue where workflows started using
`cylc play --start-cycle-point` could hang during startup.

[#5524](https://github.com/cylc/cylc-flow/pull/5524) - Logging includes timestamps
for `cylc play` when called by `cylc vip` or `cylc vr`.

Expand Down

0 comments on commit b2d5b3a

Please sign in to comment.