Skip to content

Commit

Permalink
Tweak changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Mar 26, 2020
1 parent a85b64f commit 1033e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Development version
``threads_per_process=cores``. (:pr:`375`)
- all cluster classes: ``interface`` was ignored when set in a config file.
(:pr:`366`)
- ``LSFCluster``: switch to ``use_stdin=True`` by default (:pr:`388`).
- ``LSFCluster``: add ``use_stdin`` to ``LSFCluster``. This switches between
``bsub < job_script`` and ``bsub job_script`` to launch a ``LSF`` job
(:pr:`360`).
- ``LSFCluster``: switch to ``use_stdin=True`` (:pr:`388`).
- ``HTCondorCluster``: support older ``HTCondor`` versions without ``-file``
argument (:pr:`351`).
- ``OARCluster``: fix bug (forgotten async def) in ``OARCluster._submit_job`` (:pr:`380`).
Expand Down

0 comments on commit 1033e4d

Please sign in to comment.