Skip to content

Commit

Permalink
Update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Aug 2, 2022
1 parent 7e2a742 commit 3823517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ ones in. -->

### Enhancements

[#5036](https://github.com/cylc/cylc-flow/pull/5036) - optional isolation of
initial and final cycle point graphs, to simplify use of workflow preparation
and clean-up tasks.

[#5032](https://github.com/cylc/cylc-flow/pull/5032) - set a default limit of
100 for the "default" queue.


-------------------------------------------------------------------------------
## __cylc-8.0.0 (<span actions:bind='release-date'>Released 2022-07-28</span>)__

Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def __init__(
if self.final_point is None:
LOG.warning(
"Ignoring 'isolate final cycle point = True'"
" (this workflow has no final cycle point."
" (this workflow has no final cycle point)."
)
else:
self.second_to_last_point = (
Expand Down

0 comments on commit 3823517

Please sign in to comment.