Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Jan 11, 2022
1 parent d279df6 commit 0fc2216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- `CustomStep.collect` (and subclasses, including `Step`) is now `CustomStep.collects`. The `collect` parameter for
`Step` can now be `None`, which will collect data if the step has a filter setting (ie, if you want to collect the
default `Protocol` filters, you need to use `collect=True`).
- `Stage.stepped_ramp` and `Stage.hold_for` are now safer in requiring some keyword arguments, are documented, and
are more flexible.

## Version 0.5.0

Expand Down

0 comments on commit 0fc2216

Please sign in to comment.